aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-12-06 16:01:32 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-12-06 19:26:05 +0000
commit7669232b71907f619edcc5fc7d8543a960605e6c (patch)
tree5da02c3e1ba422c3bb3fe0ec6490347918a37d99
parent62671cbb6cf5dc4f4ea1dab7cd9f278895b73fcc (diff)
testing/pqiv: upgrade to 2.12
-rw-r--r--testing/pqiv/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/pqiv/APKBUILD b/testing/pqiv/APKBUILD
index eae0b01305e..7ac12bce168 100644
--- a/testing/pqiv/APKBUILD
+++ b/testing/pqiv/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Sascha Paunovic <azarus@posteo.net>
# Maintainer: Sascha Paunovic <azarus@posteo.net>
pkgname=pqiv
-pkgver=2.11
+pkgver=2.12
pkgrel=0
pkgdesc="powerful image viewer with minimal UI"
url="http://www.pberndt.com/Programme/Linux/pqiv/index.html"
@@ -10,7 +10,7 @@ license="GPL-3.0-only"
makedepends="autoconf gtk+3.0-dev glib-dev cairo-dev libwebp-dev libspectre-dev
bash"
subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/phillipberndt/$pkgname/archive/$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/phillipberndt/pqiv/archive/$pkgver.tar.gz"
options="!check" # no testsuites
build() {
@@ -28,4 +28,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="6017a9d7ed332915a9f6fa788bb02c3b9d4d83c2ae2f9a8ab7d7738caa14ba3e9d253906f2e73fdfd368bb5e7bc51380ee9906fd9921e5f7f113811fd3da66f7 pqiv-2.11.tar.gz"
+sha512sums="f921d7949c9d229536188e9652cc687dcc55127875f329d0a64e6e2a55ea1a6827c0df6925685ae923ba1a000fbf2d2dc1dd825e67a12815a49b2cb703ea2e2f pqiv-2.12.tar.gz"