Date: Sunday, September 29, 2019 @ 18:09:47 Author: arodseth Revision: 512094
upgpkg: geany-plugins 1.36-1 Modified: geany-plugins/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-29 18:02:31 UTC (rev 512093) +++ PKGBUILD 2019-09-29 18:09:47 UTC (rev 512094) @@ -4,8 +4,8 @@ # Contributor: Patrick Melo <[email protected]> pkgname=geany-plugins -pkgver=1.35 -pkgrel=2 +pkgver=1.36 +pkgrel=1 pkgdesc='Plugins for Geany' arch=(x86_64) url='https://plugins.geany.org/' @@ -13,7 +13,7 @@ depends=(ctpl "geany>=$pkgver" gpgme gtkspell3 libgit2 lua51 python) makedepends=(cppcheck intltool) source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig}) -sha256sums=('b3718ad31c02e178aec108045109b456ef81052b0951ae294b0bf7ce3ff2cb25' +sha256sums=('ebe18dd699292174622e8cb8745b020ada8a5be3b604ab980af36e8518df7ce6' 'SKIP') validpgpkeys=(6D0E68FCE198824C27C90EB0B507ACD04BA283C9) # Frank Lanitz <[email protected]> @@ -27,7 +27,7 @@ cd "$pkgname-$pkgver" export PYTHON=/usr/bin/python - ./configure --prefix=/usr --libexecdir=/usr/lib + ./configure --prefix=/usr --libexecdir=/usr/lib -enable-all sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make }
