diff options
author | Simon Frankenberger <simon@fraho.eu> | 2019-02-14 05:37:29 +0100 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-02-20 13:23:37 +0000 |
commit | 0b2c279a17f5d8ece581d7e2ef560fd7db37ef8a (patch) | |
tree | 89ba44ba7b9b14ad30c0a61f4ef85d8567e81aff /community/wxgtk | |
parent | babc7d8e24b10db6e0e2fb143b4171dcb733a79b (diff) | |
download | aports-0b2c279a17f5d8ece581d7e2ef560fd7db37ef8a.tar.bz2 aports-0b2c279a17f5d8ece581d7e2ef560fd7db37ef8a.tar.xz |
community/wxgtk: Rebuild due to incompatibilities
The wx-libraries had some incompabitilies regarding X++ ABI, as seen in
filezilla.
Just rebuild it and everything is fine.
This closes https://bugs.alpinelinux.org/issues/9970
Diffstat (limited to 'community/wxgtk')
-rw-r--r-- | community/wxgtk/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wxgtk/APKBUILD b/community/wxgtk/APKBUILD index e289edd5ba..dd818e9d89 100644 --- a/community/wxgtk/APKBUILD +++ b/community/wxgtk/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to> pkgname=wxgtk pkgver=3.0.4 -pkgrel=0 +pkgrel=1 pkgdesc="GTK2 port of wxWidgets GUI library" url="http://www.wxwidgets.org/" arch="all" |