summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-03-10 10:41:53 +0100
committerbartus2021-03-10 10:41:53 +0100
commit82cab3dc07bee047aca57beebbfa569d997eaaf9 (patch)
tree7a37b75513e0350a396f00a26e20f2226cce9297
parentd75e5c435b5b7e9094d5e52c1d723b07ce934769 (diff)
downloadaur-82cab3dc07bee047aca57beebbfa569d997eaaf9.tar.gz
pop pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c9f26686cd6..cc9331bc53d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = popsift
pkgdesc = Realtime GPU implementation of SIFT, 25 fps on HD images on recent graphic cards. (DOI: 10.1145/3204949.3208136)
pkgver = 1.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://alicevision.github.io/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 234383e41a98..2d053e113eaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _DISABLE_CHECK=${DISABLE_CHECK:-1}
_name=popsift
pkgname=( "${_name}" "${_name}-libs" )
pkgver=1.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="Realtime GPU implementation of SIFT, 25 fps on HD images on recent graphic cards. (DOI: 10.1145/3204949.3208136)"
arch=('i686' 'x86_64')
url="https://alicevision.github.io/"