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 327c92263d96..aac6e4628105 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vips
pkgdesc = A free image processing system
- pkgver = 8.5.9
+ pkgver = 8.6.1
pkgrel = 1
url = https://jcupitt.github.io/libvips/
arch = i686
@@ -15,8 +15,8 @@ pkgbase = vips
depends = libexif
optdepends = python2: vipsprofile
options = !libtool
- source = https://github.com/jcupitt/libvips/releases/download/v8.5.9/vips-8.5.9.tar.gz
- sha256sums = 5e2bc42074be92606e4c6f50c816c18a7df0046bc5243fd459c95ca28f7a4e15
+ source = https://github.com/jcupitt/libvips/releases/download/v8.6.1/vips-8.6.1.tar.gz
+ sha256sums = f9ba6235ebc3e4d20af5f1604436bcd9686a3fecbe40838325d542f0c21a9270
pkgname = vips
diff --git a/PKGBUILD b/PKGBUILD
index c7336084cf1f..cae461f4c87e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: damir <damir@archlinux.org>
# Contributor: Michel Brabants <michel.linux@tiscali.be>
pkgname=vips
-pkgver=8.5.9
+pkgver=8.6.1
pkgrel=1
pkgdesc="A free image processing system"
arch=('i686' 'x86_64')
@@ -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=('5e2bc42074be92606e4c6f50c816c18a7df0046bc5243fd459c95ca28f7a4e15')
+sha256sums=('f9ba6235ebc3e4d20af5f1604436bcd9686a3fecbe40838325d542f0c21a9270')
build() {
cd "$srcdir"/$pkgname-$pkgver