summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f6dde797693..8a010c8d1fa7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed Aug 2 21:00:16 UTC 2017
pkgbase = vips
pkgdesc = A free image processing system
- pkgver = 8.5.6
+ pkgver = 8.5.7
pkgrel = 1
- url = https://github.com/jcupitt/libvips
+ url = https://jcupitt.github.io/libvips/
arch = i686
arch = x86_64
license = LGPL
@@ -15,8 +17,8 @@ pkgbase = vips
depends = libexif
optdepends = python2: vipsprofile
options = !libtool
- source = https://github.com/jcupitt/libvips/releases/download/v8.5.6/vips-8.5.6.tar.gz
- sha256sums = 19a77ab200eb0ddfcd8babab130fe43c7730880d1f1fdfbdd8def519af32c4b8
+ source = https://jcupitt.github.io/libvips//releases/download/v8.5.7/vips-8.5.7.tar.gz
+ sha256sums = a6c70794a240c64dbaa0b03902d25f1f82fd2d4d657878df901f1fc98bf77bf1
pkgname = vips
diff --git a/PKGBUILD b/PKGBUILD
index 2ad3bd81abdb..b1f5f4e62d3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: damir <damir@archlinux.org>
# Contributor: Michel Brabants <michel.linux@tiscali.be>
pkgname=vips
-pkgver=8.5.6
+pkgver=8.5.7
pkgrel=1
pkgdesc="A free image processing system"
arch=('i686' 'x86_64')
license=('LGPL')
-url="https://github.com/jcupitt/libvips"
+url="https://jcupitt.github.io/libvips/"
depends=('libxml2' 'fftw' 'imagemagick' 'orc' 'openexr' 'pango' 'libexif')
optdepends=('python2: vipsprofile')
# less used depends: 'libwebp' 'cfitsio'
@@ -16,7 +16,7 @@ optdepends=('python2: vipsprofile')
# minimal depends: 'libxml2'
options=('!libtool')
source=("${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('19a77ab200eb0ddfcd8babab130fe43c7730880d1f1fdfbdd8def519af32c4b8')
+sha256sums=('a6c70794a240c64dbaa0b03902d25f1f82fd2d4d657878df901f1fc98bf77bf1')
build() {
cd "$srcdir"/$pkgname-$pkgver