diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-26 15:27:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-27 04:57:33 +0000 |
commit | 8c9e91cbb6f12fdfc8f505e2663070a1ca6626d9 (patch) | |
tree | 4d306027b16e37c6303390048d87609f82bd744b /main/wxgtk | |
parent | 58aeecbe36906ed26d15dfe7aef4131b1060349c (diff) | |
download | aports-8c9e91cbb6f12fdfc8f505e2663070a1ca6626d9.tar.bz2 aports-8c9e91cbb6f12fdfc8f505e2663070a1ca6626d9.tar.xz |
main/wxgtk: rebuild against libpng16
Diffstat (limited to 'main/wxgtk')
-rw-r--r-- | main/wxgtk/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/wxgtk/APKBUILD b/main/wxgtk/APKBUILD index d8d0e97e5f..e295ae93f4 100644 --- a/main/wxgtk/APKBUILD +++ b/main/wxgtk/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wxgtk pkgver=2.8.12.1 -pkgrel=0 +pkgrel=1 pkgdesc="GTK2 port of the wxWidgets GUI library" url="http://www.wxwidgets.org/" arch="all" |