summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukáš Jirkovský2019-05-03 19:28:34 +0200
committerLukáš Jirkovský2019-05-03 19:28:34 +0200
commite51be1d1122ea0db023fb0d294f1c5edc24e84b3 (patch)
treea9c8113b30673ef37ffec8b72ec03468c6680ac6 /PKGBUILD
parent245fb158d5a1646d9a93d74592e095ed971abab1 (diff)
downloadaur-e51be1d1122ea0db023fb0d294f1c5edc24e84b3.tar.gz
update to 8.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63c9f24f4fe8..8496f9aff674 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: damir <damir@archlinux.org>
# Contributor: Michel Brabants <michel.linux@tiscali.be>
pkgname=nip2
-pkgver=8.7.0
+pkgver=8.7.1
pkgrel=1
pkgdesc="A frontend to the vips image library"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url="https://github.com/libvips/nip2"
# optional: graphviz
depends=('vips' 'gsl' 'gtk2' 'desktop-file-utils')
source=("https://github.com/libvips/nip2/releases/download/v${pkgver}/nip2-${pkgver}.tar.gz")
-sha256sums=('6ce935adfdc643e0ce32c544aea0efce64a102390170d6696c7d074b7473bd21')
+sha256sums=('3c3e7d4f82e9ee2241b81dff99179cc3234fa5744f008baf1dc545698f20f650')
build() {
cd "$srcdir/$pkgname-$pkgver"