diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-08-06 02:00:51 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-08-10 08:19:58 +0000 |
commit | 9a2224eb77cb72fafdd84d42de0a711f0dab1a12 (patch) | |
tree | bb9fbb33dbdbdece82481d6224b8c2736faf3f5d /main/atk | |
parent | 6a8987d6fa69ca6b66c597c5fd70b158a4a566f2 (diff) | |
download | aports-9a2224eb77cb72fafdd84d42de0a711f0dab1a12.tar.bz2 aports-9a2224eb77cb72fafdd84d42de0a711f0dab1a12.tar.xz |
main/atk: upgrade to 2.25.2 and modernize
Diffstat (limited to 'main/atk')
-rw-r--r-- | main/atk/APKBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/main/atk/APKBUILD b/main/atk/APKBUILD index a3cd92a0fa..833feb4cc2 100644 --- a/main/atk/APKBUILD +++ b/main/atk/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=atk -pkgver=2.24.0 +pkgver=2.25.2 pkgrel=0 pkgdesc="A library providing a set of interfaces for accessibility" url="http://www.gtk.org/" @@ -18,14 +18,13 @@ build() { --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ - --enable-introspection \ - || return 1 - make || return 1 + --enable-introspection + make } package() { cd "$builddir" - make DESTDIR="$pkgdir" install || return 1 + make DESTDIR="$pkgdir" install } -sha512sums="3ae0a4d5f28d5619d465135c685161f690732053bcb70a47669c951fbf389b5d2ccc5c7c73d4ee8c5a3b2df14e2f5b082e812a215f10a79b27b412d077f5e962 atk-2.24.0.tar.xz" +sha512sums="a9c8de76d26a2bbf75a3b91eaeaed26b3820afacc33ca3aef7c5ea9b0cc15bc8eee31fbf4b883332a34e092e0ff5a48b3a6039edbd17314804371ddf8c2616b6 atk-2.25.2.tar.xz" |