summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-02-12 10:54:38 +0100
committerbartus2021-02-12 10:54:38 +0100
commitdd275ae2efeded612668a45f98f095dfdb7f49e0 (patch)
treec0372c977532f67aea4e8e24adb67358d5b66920
parent6a4528f71b844051b62d1f1e19c5754f70dfe6b5 (diff)
downloadaur-dd275ae2efeded612668a45f98f095dfdb7f49e0.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 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/"