diff options
Diffstat (limited to 'community/libmypaint')
-rw-r--r-- | community/libmypaint/APKBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/community/libmypaint/APKBUILD b/community/libmypaint/APKBUILD index dcc38d395c..d5bd52598e 100644 --- a/community/libmypaint/APKBUILD +++ b/community/libmypaint/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sascha Paunovic <azarus@posteo.net> # Maintainer: Sascha Paunovic <azarus@posteo.net> pkgname=libmypaint -pkgver=1.3.0 +pkgver=1.4.0 pkgrel=0 pkgdesc="library for making brushstrokes" url="http://mypaint.org/" @@ -9,11 +9,9 @@ arch="all" license="ISC" makedepends="glib-dev json-c-dev gobject-introspection-dev intltool" subpackages="$pkgname-dev $pkgname-lang" -source="https://github.com/mypaint/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz" -builddir="$srcdir/"$pkgname-$pkgver +source="https://github.com/mypaint/libmypaint/releases/download/v$pkgver/libmypaint-$pkgver.tar.xz" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -25,8 +23,7 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="553eeb3439ffd0c013e33254a16334242583b8bab76d1a3e937f3ed1d7e05a832c6eb26acd7220dce20c6a7d997c32afe828202ce48e25a5fe57b67efd853fcf libmypaint-1.3.0.tar.xz" +sha512sums="c549a0b8f02976f7863c5ff49d5f16b5c3eae3e6e9e8803fef833edf78cc2a7413dd8dd751ed560c79d2527e0a54b462a92bb8059bcf69271654b2629f583c19 libmypaint-1.4.0.tar.xz" |