summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSamuel Williams2017-10-19 10:46:05 +1300
committerSamuel Williams2017-10-19 10:46:05 +1300
commite043833f2029cdd4f693ad8f1b9c8f13cf7a21a0 (patch)
tree9996e3cc950896d4ed7bcb38818d722c3c03525c /PKGBUILD
parent5487ff64c757b256445531bbfc1df4007118f32e (diff)
downloadaur-e043833f2029cdd4f693ad8f1b9c8f13cf7a21a0.tar.gz
Bump version to 8.5.9.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5b4050326a2..c7336084cf1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: damir <damir@archlinux.org>
# Contributor: Michel Brabants <michel.linux@tiscali.be>
pkgname=vips
-pkgver=8.5.7
-pkgrel=2
+pkgver=8.5.9
+pkgrel=1
pkgdesc="A free image processing system"
arch=('i686' 'x86_64')
license=('LGPL')
@@ -16,7 +16,7 @@ optdepends=('python2: vipsprofile')
# minimal depends: 'libxml2'
options=('!libtool')
source=("https://github.com/jcupitt/libvips/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('a6c70794a240c64dbaa0b03902d25f1f82fd2d4d657878df901f1fc98bf77bf1')
+sha256sums=('5e2bc42074be92606e4c6f50c816c18a7df0046bc5243fd459c95ca28f7a4e15')
build() {
cd "$srcdir"/$pkgname-$pkgver