Date: Friday, March 17, 2017 @ 15:28:08 Author: heftig Revision: 291000
2.24.0-1 Modified: atk/trunk/PKGBUILD ----------+ PKGBUILD | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-17 14:41:22 UTC (rev 290999) +++ PKGBUILD 2017-03-17 15:28:08 UTC (rev 291000) @@ -2,21 +2,21 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=atk -pkgver=2.22+1+gd57f97d +pkgver=2.24.0 pkgrel=1 -pkgdesc="A library providing a set of interfaces for accessibility" +pkgdesc="The interface definitions of accessibility infrastructure" +url="https://git.gnome.org/browse/atk" arch=(i686 x86_64) -license=('LGPL') -depends=('glib2') -makedepends=('gobject-introspection' 'git' 'gtk-doc') -url='https://developer.gnome.org/atk/' -_commit=d57f97d831b02071e3a17d8376e5d27c52a523de -source=("git://git.gnome.org/atk#commit=$_commit") +license=(LGPL) +depends=(glib2) +makedepends=(gobject-introspection git gtk-doc) +_commit=7d1f9a6fcf4654c41e64707d3684645ac037c239 # tags/ATK_2_24_0^0 +source=("git+https://git.gnome.org/browse/atk#commit=$_commit") sha256sums=('SKIP') pkgver() { cd $pkgname - git describe --tags | sed -e 's/ATK_//' -e 's/_/\./g' -e 's/-/+/g' + git describe --tags | sed 's/^ATK_//;s/_/./g;s/-/+/g' } prepare() { @@ -23,6 +23,7 @@ cd $pkgname NOCONFIGURE=1 ./autogen.sh } + build() { cd $pkgname ./configure --prefix=/usr --enable-gtk-doc
