Date: Tuesday, June 14, 2016 @ 20:49:34 Author: heftig Revision: 269969
3.18.2-1 Modified: ghex/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-14 20:47:30 UTC (rev 269968) +++ PKGBUILD 2016-06-14 20:49:34 UTC (rev 269969) @@ -3,22 +3,20 @@ # Contributor: Tobias Kieslich <[email protected]> pkgname=ghex -pkgver=3.18.1 +pkgver=3.18.2 pkgrel=1 pkgdesc="A simple binary editor for the Gnome desktop" +url="https://wiki.gnome.org/Apps/Ghex" arch=('i686' 'x86_64') license=('GPL') -url="http://live.gnome.org/Ghex" depends=('gtk3') makedepends=('intltool' 'itstool' 'docbook-xsl') options=('!emptydirs') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('a0aacbc18bf89b3ad1ff96e108d94ed1fc8ba517689f847207be7749606b084b') +sha256sums=('ebd341c49e2cc4e710230703cd20e9febb29b64e34a1b5396d6aa818936e55bf') prepare() { cd $pkgname-$pkgver - # Workaround compile error: https://bugzilla.redhat.com/show_bug.cgi?id=1320175#c2 - sed 's/-Werror=format=2/-Werror=format=1/' -i configure } build() { @@ -26,7 +24,7 @@ ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-static \ - --disable-schemas-compile + --disable-schemas-compile --enable-compile-warnings=minimum sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
