summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90da0c37bf0e..75a5a31c268a 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 = 2
+ pkgrel = 3
url = https://alicevision.github.io/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5ab34e17c37b..307f2e08d98b 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=2
+pkgrel=3
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/"