summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1effa7ff9485..c5d1df575d5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ncnn
pkgdesc = High-performance neural network inference framework optimized for the mobile platform
pkgver = 20200916
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Tencent/ncnn
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = ncnn
makedepends = vulkan-headers
makedepends = vulkan-icd-loader
conflicts = ncnn-git
- source = https://github.com/Tencent/ncnn/archive/20200916.tar.gz
+ source = ncnn-20200916.tar.gz::https://github.com/Tencent/ncnn/archive/20200916.tar.gz
sha256sums = a7abc03c9acdaa1b4f85ce3f80722822f9eacc0efefc9dfef1e253fdb23d0f80
pkgname = ncnn
diff --git a/PKGBUILD b/PKGBUILD
index a206308fc00b..eb728d78ce0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ncnn
pkgver=20200916
-pkgrel=1
+pkgrel=2
pkgdesc="High-performance neural network inference framework optimized for the mobile platform"
url="https://github.com/Tencent/ncnn"
license=('BSD')
@@ -10,7 +10,7 @@ depends=()
makedepends=('git' 'cmake' 'glslang' 'vulkan-headers' 'vulkan-icd-loader')
conflicts=('ncnn-git')
arch=('i686' 'x86_64')
-source=("https://github.com/Tencent/ncnn/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Tencent/ncnn/archive/${pkgver}.tar.gz")
sha256sums=('a7abc03c9acdaa1b4f85ce3f80722822f9eacc0efefc9dfef1e253fdb23d0f80')
build() {