Skip to content

Commit e082882

Browse files
committed
Merge branch 'master' of 192.168.60.2:archgitrepo
2 parents 4f565f7 + 21f1c03 commit e082882

7 files changed

Lines changed: 46 additions & 10 deletions

File tree

alarmcn/box64-git/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
_pkgname=box64
44
pkgname=${_pkgname}-git
5-
pkgver=0.3.8.r357.ge6961d845
5+
pkgver=0.3.8.r359.g9b868c951
66
pkgrel=1
77
pkgdesc='Linux Userspace x86_64 Emulator with a twist'
88
arch=('x86_64' 'aarch64' 'riscv64')

alarmcn/openblas-git/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
pkgbase=openblas-git
77
pkgname=(openblas-git openblas64-git)
88
_pkgname=OpenBLAS
9-
pkgver=0.3.30.1dev.0.385.g486d15066
9+
pkgver=0.3.30.1dev.0.388.g9023e76a7
1010
pkgrel=1
1111
pkgdesc="An optimized BLAS library based on GotoBLAS2 1.13 BSD"
1212
arch=('aarch64' 'x86_64')

alarmcn/sing-box/PKGBUILD

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: everyx <lunt.luo#gmail.com>
22

33
pkgname=sing-box
4-
pkgver=1.12.12
4+
pkgver=1.12.13
55
pkgrel=1
66

77
pkgdesc='The universal proxy platform.'
@@ -12,12 +12,12 @@ license=("LicenseRef-${pkgname}")
1212
makedepends=('go')
1313
source=("$pkgname-$pkgver.tar.gz::https://github.com/SagerNet/sing-box/archive/v$pkgver.tar.gz"
1414
"sing-box.rules")
15-
sha256sums=('f08add81eab7e4d6091195179bb39fa3f64dbb0326feaa022994566b702d1245'
15+
sha256sums=('e8bc2c059757af705f8e96c1909e2693f79a4c5c573464529af95c5c93046f1b'
1616
'1365536e1875043b969e2e18d7313ab7c6f7f9f63387f25506bb04362b44f206')
1717
conflicts=("$pkgname-git" "$pkgname-beta")
1818
depends=("glibc")
19-
optdepends=('sing-geosite-rule-set: Geosite rule sets'
20-
'sing-geoip-rule-set: GeoIP rule sets')
19+
optdepends=('sing-geosite: sing-geosite database'
20+
'sing-geoip: sing-geoip database')
2121

2222
backup=("etc/$pkgname/config.json")
2323

@@ -49,9 +49,9 @@ build(){
4949
./cmd/sing-box
5050

5151
install -d completions
52-
go run ./cmd/sing-box completion bash > completions/bash
53-
go run ./cmd/sing-box completion fish > completions/fish
54-
go run ./cmd/sing-box completion zsh > completions/zsh
52+
go run ./cmd/sing-box completion bash > completions/bash
53+
go run ./cmd/sing-box completion fish > completions/fish
54+
go run ./cmd/sing-box completion zsh > completions/zsh
5555
}
5656

5757
package() {
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Copyright Arch Linux Contributors
2+
3+
Permission to use, copy, modify, and/or distribute this software for
4+
any purpose with or without fee is hereby granted.
5+
6+
THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
7+
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
8+
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
9+
FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
10+
DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
11+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
12+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE

alarmcn/wayfire-plugins-extra-git/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Librewish <librewish@gmail.com>
22

33
pkgname=wayfire-plugins-extra-git
4-
pkgver=r331.e9a4162
4+
pkgver=r345.ec4b324
55
pkgrel=1
66
pkgdesc="3D wayland compositor extra plugins"
77
arch=(aarch64 x86_64)
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
version = 1
2+
3+
[[annotations]]
4+
path = [
5+
"PKGBUILD",
6+
"README.md",
7+
"keys/**",
8+
".SRCINFO",
9+
".nvchecker.toml",
10+
"*.install",
11+
"*.sysusers",
12+
"*.tmpfiles",
13+
"*.logrotate",
14+
"*.pam",
15+
"*.service",
16+
"*.socket",
17+
"*.timer",
18+
"*.desktop",
19+
"*.hook",
20+
".gitignore",
21+
]
22+
SPDX-FileCopyrightText = "Arch Linux contributors"
23+
SPDX-License-Identifier = "0BSD"

0 commit comments

Comments
 (0)