summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Bigelow2020-04-03 16:26:20 -0400
committerMitch Bigelow2020-04-03 16:26:20 -0400
commit3a3a24e37a47eea7b043ed5e71b3cadd22a9631c (patch)
treeb6fd2f69d9aa56cc53b018079cf3f53bae36135c
parentb79eec70c9c99c3cccfb7b11825e69f36e0d5142 (diff)
downloadaur-3a3a24e37a47eea7b043ed5e71b3cadd22a9631c.tar.gz
pin commit
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccee35352f3d..ccec34720386 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ncnn-git
pkgdesc = High-performance neural network inference framework optimized for the mobile platform
- pkgver = 20200106.r52.g0185301
- pkgrel = 2
+ pkgver = 20200226.r86.gee118e7d
+ pkgrel = 1
url = https://github.com/Tencent/ncnn
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = ncnn-git
depends = vulkan-headers
provides = ncnn
conflicts = ncnn
- source = git://github.com/Tencent/ncnn.git
+ source = git://github.com/Tencent/ncnn.git#commit=ee118e7d702536f3be11ecc6c29daca41024b7c1
sha256sums = SKIP
pkgname = ncnn-git
diff --git a/PKGBUILD b/PKGBUILD
index 8cd045b7242f..1188b5938fe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=ncnn-git
_pkgname=ncnn
-pkgver=20200106.r52.g0185301
-pkgrel=2
+pkgver=20200226.r86.gee118e7d
+pkgrel=1
pkgdesc="High-performance neural network inference framework optimized for the mobile platform"
url="https://github.com/Tencent/ncnn"
license=('BSD')
@@ -12,7 +12,7 @@ makedepends=('git' 'cmake' 'glslang')
conflicts=('ncnn')
provides=('ncnn')
arch=('i686' 'x86_64')
-source=("git://github.com/Tencent/ncnn.git")
+source=("git://github.com/Tencent/ncnn.git#commit=ee118e7d702536f3be11ecc6c29daca41024b7c1")
sha256sums=('SKIP')
pkgver() {