summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--PKGBUILD.x862
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8930cb391a07..f1f3f5995cc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = naiveproxy
depends = nss
optdepends = ccache: Speed up compilation
backup = etc/naiveproxy/config.json
- source = naiveproxy.tar.gz::https://github.com/klzgrad/naiveproxy/archive/v77.0.3865.90-1.tar.gz
+ source = naiveproxy-77.0.3865.90-1.tar.gz::https://github.com/klzgrad/naiveproxy/archive/v77.0.3865.90-1.tar.gz
md5sums = dd9c66d6eece55b30cd22e8f7f06c606
pkgname = naiveproxy
diff --git a/PKGBUILD b/PKGBUILD
index e35878b61975..2e1936aa369b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://github.com/klzgrad/naiveproxy'
license=('BSD')
depends=('nspr' 'nss')
makedepends=('git' 'ninja' 'cmake' 'unzip' 'python2')
-source=("${pkgname}.tar.gz::https://github.com/klzgrad/naiveproxy/archive/v${pkgver}-${pkgrel}.tar.gz")
+source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/klzgrad/naiveproxy/archive/v${pkgver}-${pkgrel}.tar.gz")
optdepends=("ccache: Speed up compilation")
backup=(etc/naiveproxy/config.json)
md5sums=('dd9c66d6eece55b30cd22e8f7f06c606')
diff --git a/PKGBUILD.x86 b/PKGBUILD.x86
index e26b73abcc57..c7ca1bb552ff 100644
--- a/PKGBUILD.x86
+++ b/PKGBUILD.x86
@@ -9,7 +9,7 @@ url='https://github.com/klzgrad/naiveproxy'
license=('BSD')
depends=('nspr' 'nss')
makedepends=('git' 'ninja' 'cmake' 'docker')
-source=("${pkgname}.tar.gz::https://github.com/klzgrad/naiveproxy/archive/v${pkgver}-${pkgrel}.tar.gz"
+source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/klzgrad/naiveproxy/archive/v${pkgver}-${pkgrel}.tar.gz"
"build_x86.sh")
md5sums=('SKIP'
'665ed2cf07bd64361865ceb71a3ba34e')