summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbgme2022-02-10 11:08:11 +0800
committerbgme2022-02-10 11:08:11 +0800
commit252827bc700794f0b64ba51ea802ac4b8a5c7e9b (patch)
treeedf9fc36b5f68a2da430dc3481c2067ea9c994d3
parent1e5c01bcde6a004c39077c0fd9f2d0af0e3e0a66 (diff)
downloadaur-252827bc700794f0b64ba51ea802ac4b8a5c7e9b.tar.gz
fix bug
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02b4be9a3405..e4848d73c069 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = naiveproxy
pkgdesc = A Proxy using Chrome's network stack to camouflage traffic with strong censorship resistence and low detectablility.
pkgver = 98.0.4758.80_1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/klzgrad/naiveproxy
arch = x86_64
license = BSD
@@ -23,9 +23,9 @@ pkgbase = naiveproxy
source = naiveproxy.service
source = naiveproxy@.service
source = naiveproxy.sysusers
- source = clang-llvmorg-14-init-11564-g37fbf238-3.tgz::https://commondatastorage.googleapis.com/chromium-browser-clang//clang-llvmorg-14-init-11564-g37fbf238-3.tgz
+ source = clang-llvmorg-14-init-11564-g37fbf238-3.tgz::https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64/clang-llvmorg-14-init-11564-g37fbf238-3.tgz
source = chrome-linux-4758-1643195016-f5cfe4c93eff056f51290a33e603a214804dbd80.profdata::https://storage.googleapis.com/chromium-optimization-profiles/pgo_profiles/chrome-linux-4758-1643195016-f5cfe4c93eff056f51290a33e603a214804dbd80.profdata
- source = gn-39a87c0b36310bdf06b692c098f199a0d97fc810.zip::https://chrome-infra-packages.appspot.com/dl/gn/gn/-amd64/+/git_revision:fc295f3ac7ca4fe7acc6cb5fb052d22909ef3a8f
+ source = gn-39a87c0b36310bdf06b692c098f199a0d97fc810.zip::https://chrome-infra-packages.appspot.com/dl/gn/gn/linux-amd64/+/git_revision:fc295f3ac7ca4fe7acc6cb5fb052d22909ef3a8f
sha256sums = 7ea663ffc7a41162bc64d06d88788bcfa2e311e2a52e767eb579b9660b7d0747
sha256sums = c05026423ca08e2c712745b717c23395e344f2c99b2dad30beed8e26922d268f
sha256sums = daa0f591233625730168f3ea006f1d5a7e439e26b35a1051d957e394aa8a4440
diff --git a/PKGBUILD b/PKGBUILD
index 642a36315c2e..535a9fe63087 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=naiveproxy
pkgdesc="A Proxy using Chrome's network stack to camouflage traffic with strong censorship resistence and low detectablility."
pkgver=98.0.4758.80_1
-pkgrel=1
+pkgrel=2
_pkgver=98.0.4758.80
_pkgrel=1
arch=('x86_64')
@@ -36,9 +36,9 @@ source=(
"naiveproxy.service"
"naiveproxy@.service"
"naiveproxy.sysusers"
- "${_clang_path}::https://commondatastorage.googleapis.com/chromium-browser-clang/${_WITH_CLANG}/${_clang_path}"
+ "${_clang_path}::https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64/${_clang_path}"
"${_PGO_PATH}::https://storage.googleapis.com/chromium-optimization-profiles/pgo_profiles/${_PGO_PATH}"
- "gn-${_gn_revision}.zip::https://chrome-infra-packages.appspot.com/dl/gn/gn/${_WITH_GN}-amd64/+/${_gn_version}"
+ "gn-${_gn_revision}.zip::https://chrome-infra-packages.appspot.com/dl/gn/gn/linux-amd64/+/${_gn_version}"
)
noextract=(
"${_clang_path}"