diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-06-09 01:59:48 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-09 05:58:17 -0300 |
commit | e72dcdb1f667e0f71cfd66319d162f2a7b46cc0a (patch) | |
tree | 6b6116d27ed5add7aeb0f30a9b390f48a67c08f9 /testing/simple-scan/APKBUILD | |
parent | 07bc9a9018872f6957059ced67fd9db23ee541e6 (diff) | |
download | aports-e72dcdb1f667e0f71cfd66319d162f2a7b46cc0a.tar.bz2 aports-e72dcdb1f667e0f71cfd66319d162f2a7b46cc0a.tar.xz |
testing/simple-scan: upgrade to 3.32.2.1
Diffstat (limited to 'testing/simple-scan/APKBUILD')
-rw-r--r-- | testing/simple-scan/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/simple-scan/APKBUILD b/testing/simple-scan/APKBUILD index 128188223b..caaa0ee9af 100644 --- a/testing/simple-scan/APKBUILD +++ b/testing/simple-scan/APKBUILD @@ -1,7 +1,8 @@ +# Contributor: Rasmus Thomsen <oss@cogitri.dev> # Contributor: Leonardo Arena <rnalrd@alpinelinux.org> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=simple-scan -pkgver=3.32.2 +pkgver=3.32.2.1 pkgrel=0 pkgdesc="Simple Scan allows you to get images from a scanner" url="https://gitlab.gnome.org/GNOME/simple-scan" @@ -10,7 +11,7 @@ license="GPL-3.0-or-later" makedepends="sane-dev dconf-dev gtk+3.0-dev colord-dev libgusb-dev vala itstool libxml2-utils meson" subpackages="$pkgname-doc $pkgname-lang" -source="https://download.gnome.org/sources/simple-scan/${pkgver%.*}/simple-scan-$pkgver.tar.xz" +source="https://download.gnome.org/sources/simple-scan/${pkgver%.*.*}/simple-scan-$pkgver.tar.xz" build() { @@ -30,4 +31,4 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="10322ae72461efe43a4e230443c3aca24aff6f0cab07750c6eab9ebb718889e51d8c77ff722c337f333a8952ac84f69d03ad88eedfd4432ef11f7c7493170e14 simple-scan-3.32.2.tar.xz" +sha512sums="c49620c4be4289b18c792e35a01494a56a28b46e4f246a4c58203cf86cd34a1aa8f42738ef8b50ae6e99150630ec60f999b2000a8ee9674abc4f307db4c6c0cb simple-scan-3.32.2.1.tar.xz" |