mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Update AUR package
This commit is contained in:
parent
02920060e2
commit
1c1430f92a
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = nekobox
|
||||
pkgdesc = Cross-platform GUI proxy utility (Empowered by sing-box)
|
||||
pkgver = 5.10.6
|
||||
pkgver = 5.10.7
|
||||
pkgrel = 1
|
||||
url = https://github.com/qr243vbi/nekobox
|
||||
arch = x86_64
|
||||
|
|
@ -23,8 +23,8 @@ pkgbase = nekobox
|
|||
makedepends = cpio
|
||||
makedepends = upx
|
||||
makedepends = boost-libs
|
||||
source = https://github.com/qr243vbi/nekobox/releases/download/5.10.6/nekobox-unified-source-5.10.6.tar.xz
|
||||
sha256sums = f717e040a4681271fa3450abfbcb77d4eac97de4f26d402b6c9d912acee6606b
|
||||
source = https://github.com/qr243vbi/nekobox/releases/download/5.10.7/nekobox-unified-source-5.10.7.tar.xz
|
||||
sha256sums = f79853a8b510dddbf36bc28512660bc09c6e77249a5bc55556c0114d3b0503aa
|
||||
|
||||
pkgname = nekobox
|
||||
depends = bash
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: qr243vbi
|
||||
|
||||
pkgname=(nekobox nekobox-core)
|
||||
pkgver=5.10.6
|
||||
pkgver=5.10.7
|
||||
pkgrel=1
|
||||
pkgdesc="Cross-platform GUI proxy utility (Empowered by sing-box)"
|
||||
arch=('x86_64' 'aarch64' 'riscv64')
|
||||
|
|
@ -10,7 +10,7 @@ license=('GPL-3.0-or-later')
|
|||
makedepends=('bash' 'gcc-libs' 'glibc' 'libx11' 'qt6-base' 'qt6-declarative' 'thrift' 'boost')
|
||||
makedepends+=('cmake' 'gendesk' 'go' 'qt6-tools' 'vulkan-headers' 'cpio' 'upx' 'boost-libs')
|
||||
source=("https://github.com/qr243vbi/nekobox/releases/download/${pkgver}/nekobox-unified-source-${pkgver}.tar.xz")
|
||||
sha256sums=("f717e040a4681271fa3450abfbcb77d4eac97de4f26d402b6c9d912acee6606b")
|
||||
sha256sums=("f79853a8b510dddbf36bc28512660bc09c6e77249a5bc55556c0114d3b0503aa")
|
||||
|
||||
prepare() {
|
||||
gendesk -f -n \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue