author | Alexander Rødseth
<xyproto@archlinux.org> 2018-12-18 10:00:04 UTC |
committer | Alexander Rødseth
<xyproto@archlinux.org> 2018-12-18 10:00:04 UTC |
parent | 59c1c1ca895e4d7670f7dad5300b0da0cb9017bd |
PKGBUILD | +6 | -8 |
diff --git a/PKGBUILD b/PKGBUILD index ea8c477..eca95e7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ -# Maintainer: Alexander F Rødseth <xyproto@archlinux.org> +# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Ionut Biru <ibiru@archlinux.ro> # Contributor: William Rea <sillywilly@gmail.com> # Contributor: Allan McRae <mcrae_allan@hotmail.com> pkgname=geany -pkgver=1.33.0 -pkgrel=2 +pkgver=1.34 +pkgrel=1 pkgdesc='Fast and lightweight IDE' arch=('x86_64') url='https://www.geany.org/' @@ -16,16 +16,14 @@ makedepends=('doxygen' 'intltool' 'python-lxml') optdepends=('geany-plugins: additional functionality' 'vte3: embedded terminal support') source=("https://download.geany.org/$pkgname-${pkgver/.0}.tar.bz2") -sha256sums=('66baaff43f12caebcf0efec9a5533044dc52837f799c73a1fd7312caa86099c2') +sha256sums=('63b93d25d037eaffa77895ae6dd29c91bca570e4053eff5cc8490f87e6021f8e') build() { cd "$pkgname-${pkgver/.0}" - ./configure \ - --prefix=/usr \ - --enable-gtk3 \ - --enable-gtkdoc-header + ./configure --prefix=/usr --enable-gtk3 --enable-gtkdoc-header sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make }