author | Alexander Rødseth
<xyproto@archlinux.org> 2019-05-07 09:44:06 UTC |
committer | Alexander Rødseth
<xyproto@archlinux.org> 2019-05-07 09:44:06 UTC |
parent | 8f8658d91c129173cc59b0e5fe31d09ca34498e2 |
PKGBUILD | +2 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index bca1094..684bd59 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Allan McRae <mcrae_allan@hotmail.com> pkgname=geany -pkgver=1.34.1 +pkgver=1.35.0 pkgrel=1 pkgdesc='Fast and lightweight IDE' arch=(x86_64) @@ -16,7 +16,7 @@ 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=('e765efd89e759defe3fd797d8a2052afbb4b23522efbcc72e3a72b7f1093ec11') +sha256sums=('35ee1d3ddfadca8bf1764e174ba3a5f348b1f1f430d32a36295b7706b7753d9d') build() { cd "$pkgname-${pkgver/.0}" @@ -25,9 +25,7 @@ build() { --prefix=/usr \ --enable-gtk3 \ --enable-gtkdoc-header - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make }