summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukáš Jirkovský2018-04-17 22:42:54 +0200
committerLukáš Jirkovský2018-04-17 22:42:54 +0200
commit5c68153d8edc63b0b6c56277adc0570a169068d5 (patch)
treed4ede7d9061e538e172e1071e84a34a344e4c445 /PKGBUILD
parentfe38db768c0b524a8a3b711bb71d6dc39529bf30 (diff)
downloadaur-5c68153d8edc63b0b6c56277adc0570a169068d5.tar.gz
update to 8.6.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cae461f4c87e..4fbca488ee7f 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.6.1
+pkgver=8.6.3
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=('f9ba6235ebc3e4d20af5f1604436bcd9686a3fecbe40838325d542f0c21a9270')
+sha256sums=('f85adbb9f5f0f66b34a40fd2d2e60d52f6e992831f54af706db446f582e10992')
build() {
cd "$srcdir"/$pkgname-$pkgver