[arch-commits] Commit in atk/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Mar 13 20:11:21 UTC 2019
Date: Wednesday, March 13, 2019 @ 20:11:20
Author: heftig
Revision: 347847
2.32-1
Modified:
atk/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-13 20:03:13 UTC (rev 347846)
+++ PKGBUILD 2019-03-13 20:11:20 UTC (rev 347847)
@@ -2,7 +2,7 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=atk
-pkgver=2.30.0
+pkgver=2.32
pkgrel=1
pkgdesc="Interface definitions of accessibility infrastructure"
url="https://gitlab.gnome.org/GNOME/atk"
@@ -10,7 +10,7 @@
license=(LGPL)
depends=(glib2)
makedepends=(gobject-introspection git gtk-doc meson)
-_commit=90ed6bd964b8a2b93c7cf3ea018483e437913785 # tags/ATK_2_30_0^0
+_commit=fd6a6599bdae09ac0436e7b7225214429c176a19 # gnome-3-32
source=("git+https://gitlab.gnome.org/GNOME/atk.git#commit=$_commit")
sha256sums=('SKIP')
@@ -21,6 +21,7 @@
prepare() {
cd $pkgname
+ git tag -f ATK_2_32 fd6a6599bdae09ac0436e7b7225214429c176a19
}
build() {
More information about the arch-commits
mailing list