aboutsummaryrefslogtreecommitdiffstats
path: root/community/libmypaint/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libmypaint/APKBUILD')
-rw-r--r--community/libmypaint/APKBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/community/libmypaint/APKBUILD b/community/libmypaint/APKBUILD
index 8c69dbadc92..e647f181b2f 100644
--- a/community/libmypaint/APKBUILD
+++ b/community/libmypaint/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Sascha Paunovic <azarus@posteo.net>
# Maintainer: Sascha Paunovic <azarus@posteo.net>
pkgname=libmypaint
-pkgver=1.5.1
-pkgrel=1
+pkgver=1.6.1
+pkgrel=0
pkgdesc="library for making brushstrokes"
url="http://mypaint.org/"
arch="all"
@@ -11,6 +11,11 @@ makedepends="glib-dev json-c-dev gobject-introspection-dev intltool"
subpackages="$pkgname-dev $pkgname-lang"
source="https://github.com/mypaint/libmypaint/releases/download/v$pkgver/libmypaint-$pkgver.tar.xz"
+prepare() {
+ default_prepare
+ update_config_sub
+}
+
build() {
./configure \
--build=$CBUILD \
@@ -26,4 +31,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="2259cfe56ae10559b94f37d3b1cd7cd74967c32ea0c02bfb48df4f79e31ea241b79f5f8b714ca5538647a71986c8ee257beb1724f7dfd732ea4cc26227ec20d3 libmypaint-1.5.1.tar.xz"
+sha512sums="e9413fd6a5336791ab3228a5ad9e7f06871d075c7ded236942f896a205ba44ea901a945fdc97b8be357453a1505331b59e824fe67500fbcda0cc4f11f79af608 libmypaint-1.6.1.tar.xz"