[arch-commits] Commit in geany/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Tue May 7 09:44:07 UTC 2019


    Date: Tuesday, May 7, 2019 @ 09:44:06
  Author: arodseth
Revision: 461956

upgpkg: geany 1.35.0-1

Modified:
  geany/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-07 09:41:53 UTC (rev 461955)
+++ PKGBUILD	2019-05-07 09:44:06 UTC (rev 461956)
@@ -5,7 +5,7 @@
 # Contributor: Allan McRae <mcrae_allan at 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 @@
 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 @@
     --prefix=/usr \
     --enable-gtk3 \
     --enable-gtkdoc-header
-
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
   make
 }
 



More information about the arch-commits mailing list