diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2014-06-22 16:39:27 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2014-06-22 16:39:27 +0200 |
commit | 9379570f6fced4934819d6f25fd17410448e4282 (patch) | |
tree | da6d3eead30b471d8bbbbeadac4091116fcc2f0f /atk/Pkgfile | |
parent | 5adbcb4c4ebdb91f3fa37e4051645459d96bfb02 (diff) | |
download | opt-9379570f6fced4934819d6f25fd17410448e4282.tar.gz opt-9379570f6fced4934819d6f25fd17410448e4282.tar.xz |
atk: updated to 2.12.0
Diffstat (limited to 'atk/Pkgfile')
-rw-r--r-- | atk/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/atk/Pkgfile b/atk/Pkgfile index f21838fff..52c21c536 100644 --- a/atk/Pkgfile +++ b/atk/Pkgfile @@ -4,9 +4,9 @@ # Depends on: glib, gobject-introspection name=atk -version=2.10.0 -release=2 -source=(http://download.gnome.org/sources/$name/2.10/$name-$version.tar.xz) +version=2.12.0 +release=1 +source=(http://download.gnome.org/sources/$name/2.12/$name-$version.tar.xz) build () { cd $name-$version |