summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2022-12-11 10:38:57 +0100
committerbartus2022-12-11 10:38:57 +0100
commit02bd29cb0537b43a7c9193962c07fcdd4f008ddc (patch)
treef69d0291699378c9e0fbddfbb4b91431954c25cf
parent04cda791a987abdf66ee527a5ce01174c29cc40a (diff)
downloadaur-02bd29cb0537b43a7c9193962c07fcdd4f008ddc.tar.gz
Pop version to v3.3.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9caeda3d173b..a4e3e53e30cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = vxl
pkgdesc = VXL (the Vision-something-Libraries): a multi-platform collection of C++ software libraries for Computer Vision and Image Understanding.
- pkgver = 2.0.2
- pkgrel = 2
+ pkgver = 3.3.2
+ pkgrel = 1
url = https://github.com/vxl/vxl
arch = i686
arch = x86_64
makedepends = cmake
depends = libgeotiff
- source = https://github.com/vxl/vxl/archive/v2.0.2.tar.gz
- md5sums = 24fb616a55c885e821c9a049ae1b23ed
+ source = https://github.com/vxl/vxl/archive/v3.3.2.tar.gz
+ md5sums = 589cdbb5b4c9e6c1203dcbb707527c59
pkgname = vxl
-
diff --git a/PKGBUILD b/PKGBUILD
index decc475de19c..669f33123c5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=vxl
-pkgver=2.0.2
-pkgrel=2
+pkgver=3.3.2
+pkgrel=1
pkgdesc="VXL (the Vision-something-Libraries): a multi-platform collection of C++ software libraries for Computer Vision and Image Understanding. "
arch=('i686' 'x86_64')
url='https://github.com/vxl/vxl'
depends=('libgeotiff')
makedepends=('cmake')
source=(https://github.com/vxl/vxl/archive/v${pkgver}.tar.gz)
-md5sums=('24fb616a55c885e821c9a049ae1b23ed')
+md5sums=('589cdbb5b4c9e6c1203dcbb707527c59')
build() {
cd "$srcdir/vxl-${pkgver}"