summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c21103e7774..764dcf56b09f 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
+ pkgver = 3.5.0
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.5.0.tar.gz
+ sha256sums = f044d2a9336f45cd4586d68ef468c0d9539f9f1b30ceb4db85bd9b6fdb012776
pkgname = vxl
-
diff --git a/PKGBUILD b/PKGBUILD
index 85bf72271ba7..c3483503058e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=vxl
-pkgver=2.0.2
+pkgver=3.5.0
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')
@@ -7,7 +7,7 @@ url='https://github.com/vxl/vxl'
depends=('libgeotiff')
makedepends=('cmake')
source=(https://github.com/vxl/vxl/archive/v${pkgver}.tar.gz)
-md5sums=('24fb616a55c885e821c9a049ae1b23ed')
+sha256sums=('f044d2a9336f45cd4586d68ef468c0d9539f9f1b30ceb4db85bd9b6fdb012776')
build() {
cd "$srcdir/vxl-${pkgver}"