summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4e3e53e30cd..764dcf56b09f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +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 = 3.3.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/v3.3.2.tar.gz
- md5sums = 589cdbb5b4c9e6c1203dcbb707527c59
+ source = https://github.com/vxl/vxl/archive/v3.5.0.tar.gz
+ sha256sums = f044d2a9336f45cd4586d68ef468c0d9539f9f1b30ceb4db85bd9b6fdb012776
pkgname = vxl
diff --git a/PKGBUILD b/PKGBUILD
index 669f33123c5f..c3483503058e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=vxl
-pkgver=3.3.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=('589cdbb5b4c9e6c1203dcbb707527c59')
+sha256sums=('f044d2a9336f45cd4586d68ef468c0d9539f9f1b30ceb4db85bd9b6fdb012776')
build() {
cd "$srcdir/vxl-${pkgver}"