diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-11 09:06:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-11 09:15:30 +0000 |
commit | ff741c12c9870cdf3dbda05533bfc7704451f57c (patch) | |
tree | a2685d25c926f1468e143be4f09af1fc52b0d83f /main/glibmm | |
parent | c5765f6a005ec610ca8112ac6e07bef8519ee0f9 (diff) | |
download | aports-ff741c12c9870cdf3dbda05533bfc7704451f57c.tar.bz2 aports-ff741c12c9870cdf3dbda05533bfc7704451f57c.tar.xz |
main/glibmm: rebuild with gcc5 due to libstdc++
Diffstat (limited to 'main/glibmm')
-rw-r--r-- | main/glibmm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/glibmm/APKBUILD b/main/glibmm/APKBUILD index 2b064775ff..4ec65369b9 100644 --- a/main/glibmm/APKBUILD +++ b/main/glibmm/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=glibmm pkgver=2.44.0 -pkgrel=0 +pkgrel=1 pkgdesc="C++ wrapper for the GLib toolkit" url="http://gtkmm.sourceforge.net/" arch="all" |