diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-31 14:26:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-31 14:27:04 +0000 |
commit | e07092f6f191ace171d451321c72b2af83e848ac (patch) | |
tree | e9468b4affd2aeb8abcf063680d2cda9e830beb7 /main/atk | |
parent | d9a9e717678034c50205eee41c8dc1fca256eba0 (diff) | |
download | aports-e07092f6f191ace171d451321c72b2af83e848ac.tar.bz2 aports-e07092f6f191ace171d451321c72b2af83e848ac.tar.xz |
Revert "main/atk: upgrade to 2.27.1"
the 2.27.x is development release for 2.28. We stick to 2.26 til after
v3.7 is released
This reverts commit a83006205d14a16ab0d7e365a803c59213db529d.
Diffstat (limited to 'main/atk')
-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" |