diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/atk/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/atk/APKBUILD b/main/atk/APKBUILD index aa8a23b50d..72de975a8e 100644 --- a/main/atk/APKBUILD +++ b/main/atk/APKBUILD @@ -1,15 +1,15 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=atk -pkgver=2.27.1 -pkgrel=0 +pkgver=2.26.1 +pkgrel=1 pkgdesc="A library providing a set of interfaces for accessibility" -url="https://developer.gnome.org/atk/" +url="http://www.gtk.org/" arch="all" license="LGPL2+" depends="" makedepends="glib-dev gobject-introspection-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -source="http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz" +source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { @@ -27,4 +27,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="ae38343e465f10f0d8b88bb20d24b0a2efda539de0aa659c0b333e11ae0788fc8b7ab632c7fef47d6817951490136f71851556e5c92c999c6e2b80db64098997 atk-2.27.1.tar.xz" +sha512sums="9a802f1856f0f608c3b4ef6de27dc8174e103dbb32431a4dcffcac48c685cc48efb087ab73f661d7327341e8074b73bb7877c596f93228283ca5907910d64a6b atk-2.26.1.tar.xz" |