diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-09 11:14:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-11 15:04:38 +0000 |
commit | 371b6cc3bd232d0c27590274c845519195fb69b0 (patch) | |
tree | 1c4ab63e5e390e9a9f98e014db8e2dc6fe3d71c1 /main/glib/APKBUILD | |
parent | a7e70a2291d7c69067dabb166111acd03470b91d (diff) | |
download | aports-371b6cc3bd232d0c27590274c845519195fb69b0.tar.bz2 aports-371b6cc3bd232d0c27590274c845519195fb69b0.tar.xz |
main/glib: rebuild against libffi-3.0.11
Diffstat (limited to 'main/glib/APKBUILD')
-rw-r--r-- | main/glib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/glib/APKBUILD b/main/glib/APKBUILD index 8349cb5137..c501895fc1 100644 --- a/main/glib/APKBUILD +++ b/main/glib/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=glib pkgver=2.32.1 -pkgrel=0 +pkgrel=1 pkgdesc="Common C routines used by Gtk+ and other libs" url="http://www.gtk.org" arch="all" |