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

Alexander Rødseth arodseth at archlinux.org
Tue Dec 18 10:00:05 UTC 2018


    Date: Tuesday, December 18, 2018 @ 10:00:04
  Author: arodseth
Revision: 416635

upgpkg: geany 1.34-1

Modified:
  geany/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-18 09:10:19 UTC (rev 416634)
+++ PKGBUILD	2018-12-18 10:00:04 UTC (rev 416635)
@@ -1,4 +1,4 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Angel Velasquez <angvp at archlinux.org>
 # Contributor: Ionut Biru  <ibiru at archlinux.ro>
 # Contributor: William Rea <sillywilly at gmail.com>
@@ -5,8 +5,8 @@
 # Contributor: Allan McRae <mcrae_allan at 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 @@
 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
 }
 



More information about the arch-commits mailing list