summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2022-08-07 01:02:25 +0200
committerbartus2022-08-07 01:03:39 +0200
commita7730f9b347f17004b924d51611ca9b01473aa9f (patch)
tree280b1dcc4a26ccfd5c920aaf6d6126babc1c8ae2
parent4c0cb9ed2376d8f5769f697cb5c5df3e42c4fcc0 (diff)
downloadaur-a7730f9b347f17004b924d51611ca9b01473aa9f.tar.gz
Pop version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 587822716883..46865159bdb1 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 = 3
+ pkgrel = 4
url = https://alicevision.github.io/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 55b000a42e3e..bb777cfc6bc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,7 +69,7 @@ _CMAKE_FLAGS+=(
_name=alice-vision
pkgname=${_name}
pkgver=2.4.0
-pkgrel=3
+pkgrel=4
pkgdesc="Photogrammetric Computer Vision Framework which provides a 3D Reconstruction and Camera Tracking algorithms"
arch=('i686' 'x86_64')
url="https://alicevision.github.io/"