author | Alexander Rødseth
<xyproto@archlinux.org> 2019-01-07 18:29:20 UTC |
committer | Alexander Rødseth
<xyproto@archlinux.org> 2019-01-07 18:29:20 UTC |
parent | 550edcae69540e326054c432cba3b5a34452fa17 |
PKGBUILD | +11 | -7 |
diff --git a/PKGBUILD b/PKGBUILD index eca95e7..bca1094 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,23 +5,27 @@ # Contributor: Allan McRae <mcrae_allan@hotmail.com> pkgname=geany -pkgver=1.34 +pkgver=1.34.1 pkgrel=1 pkgdesc='Fast and lightweight IDE' -arch=('x86_64') +arch=(x86_64) url='https://www.geany.org/' -license=('GPL') -depends=('gtk3' 'python') -makedepends=('doxygen' 'intltool' 'python-lxml') +license=(GPL) +depends=(gtk3 python) +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=('63b93d25d037eaffa77895ae6dd29c91bca570e4053eff5cc8490f87e6021f8e') +sha256sums=('e765efd89e759defe3fd797d8a2052afbb4b23522efbcc72e3a72b7f1093ec11') 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