summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbgme2024-01-17 02:11:09 +0800
committerbgme2024-01-17 02:11:09 +0800
commit18ddb651043be76e26209f010bff26be76e78540 (patch)
tree2fc2f14999a9d05730bff620fe7650cc5a4992a7
parent239f25346353969435406ad6e0b83693e6a4fd60 (diff)
downloadaur-18ddb651043be76e26209f010bff26be76e78540.tar.gz
update license
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76bfed5a54f4..1907295aaffb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = naiveproxy
pkgdesc = A Proxy using Chrome's network stack to camouflage traffic with strong censorship resistence and low detectablility.
pkgver = 120.0.6099.43_1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/klzgrad/naiveproxy
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
checkdepends = python
checkdepends = openssl
makedepends = ninja
makedepends = gn
makedepends = ccache
makedepends = python
- makedepends = unzip
depends = gcc-libs
depends = glibc
provides = naiveproxy
diff --git a/PKGBUILD b/PKGBUILD
index 6aecfd6e42f6..c3cdb0012fe9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=naiveproxy
pkgdesc="A Proxy using Chrome's network stack to camouflage traffic with strong censorship resistence and low detectablility."
pkgver=120.0.6099.43_1
-pkgrel=1
+pkgrel=2
_pkgver=120.0.6099.43
_pkgrel=1
arch=('x86_64')
url='https://github.com/klzgrad/naiveproxy'
-license=('BSD')
+license=('BSD-3-Clause')
depends=("gcc-libs" "glibc")
-makedepends=("ninja" "gn" "ccache" "python" "unzip")
+makedepends=("ninja" "gn" "ccache" "python")
checkdepends=("python" "openssl")
_PGO_PATH='chrome-linux-6099-1701163313-b23d7b20bc0e6506140a32e766fa675f7dc261e2.profdata'