diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 11:12:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 11:12:33 +0000 |
commit | 70ed8918537f4b424a1593aa650d1944a0b4d99a (patch) | |
tree | 5ba76bd7f2d61c64d41d678c6ec46709edea6f73 /main/gtk+2.0/APKBUILD | |
parent | ee526480176789d879292f47c5f35fccdccfde43 (diff) | |
download | aports-70ed8918537f4b424a1593aa650d1944a0b4d99a.tar.bz2 aports-70ed8918537f4b424a1593aa650d1944a0b4d99a.tar.xz |
main/gtk+2.0: simple rebuild to update libtool archives
there was a reference to libXdamage in libgailutil.la which caused
other packages to fail build.
We will remove all .la files from gtk+ later.
Diffstat (limited to 'main/gtk+2.0/APKBUILD')
-rw-r--r-- | main/gtk+2.0/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gtk+2.0/APKBUILD b/main/gtk+2.0/APKBUILD index e3aff23a0..524dfdb4d 100644 --- a/main/gtk+2.0/APKBUILD +++ b/main/gtk+2.0/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gtk+2.0 pkgver=2.24.5 -pkgrel=0 +pkgrel=1 pkgdesc="The GTK+ Toolkit (v2)" url="http://www.gtk.org/" install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall" |