summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-08-07 13:20:24 +0200
committerbartus2021-08-07 13:20:24 +0200
commit535a4b2b3d91f1b70e9277ef30ff6f6306ffabbd (patch)
tree4674927a9286e2e8f080c4ca6af2da927ad261e5
parentd84587217c921760282dea7b88099456bc36dfdb (diff)
downloadaur-535a4b2b3d91f1b70e9277ef30ff6f6306ffabbd.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 ac19a70bc300..2ff15fde3d9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = alice-vision
pkgdesc = Photogrammetric Computer Vision Framework which provides a 3D Reconstruction and Camera Tracking algorithms
pkgver = 2.4.0
- pkgrel = 2
+ pkgrel = 3
url = https://alicevision.github.io/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ec4e5f474e7b..f6f5d3057d97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -64,7 +64,7 @@ _CMAKE_FLAGS+=(
_name=alice-vision
pkgname=${_name}
pkgver=2.4.0
-pkgrel=2
+pkgrel=3
pkgdesc="Photogrammetric Computer Vision Framework which provides a 3D Reconstruction and Camera Tracking algorithms"
arch=('i686' 'x86_64')
url="https://alicevision.github.io/"