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

Alexander Rødseth arodseth at archlinux.org
Mon Oct 26 20:05:02 UTC 2020


    Date: Monday, October 26, 2020 @ 20:05:02
  Author: arodseth
Revision: 734043

upgpkg: geany-plugins 1.37-1

Modified:
  geany-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++----------------
 1 file changed, 9 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-26 20:00:09 UTC (rev 734042)
+++ PKGBUILD	2020-10-26 20:05:02 UTC (rev 734043)
@@ -4,33 +4,27 @@
 # Contributor: Patrick Melo <patrick at patrickmelo.eti.br>
 
 pkgname=geany-plugins
-pkgver=1.36
-pkgrel=6
+pkgver=1.37
+pkgrel=1
 pkgdesc='Plugins for Geany'
 arch=(x86_64)
 url='https://plugins.geany.org/'
 license=(GPL)
-depends=("geany>=$pkgver" ctpl gpgme gtkspell3 lua51 python vte3 webkit2gtk libgit2)
+depends=(ctpl "geany>=$pkgver" gpgme gtkspell3 libgit2 lua51 python vte3
+         webkit2gtk)
 makedepends=(cppcheck intltool)
-source=("$url$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig}
-        9497d829e1b207eb83575dc6f617feecfb89bc16.patch)
-sha256sums=('ebe18dd699292174622e8cb8745b020ada8a5be3b604ab980af36e8518df7ce6'
-            'SKIP'
-            'ecf3c6725c3d9f482274ecdbce66459d168162690beec2c8ff5b6ae9e0e8b318')
-validpgpkeys=(6D0E68FCE198824C27C90EB0B507ACD04BA283C9) # Frank Lanitz <frank at geany.org>
+source=("$url$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha256sums=('c98f9b1303f4ab9bed7587e749cd0b5594d9136a1bf8ba110900d46a17fa9cd8'
+            'SKIP')
+validpgpkeys=('6BEC027CD44552A5B566F28DB7A4039D0630EA07') # Frank Lanitz <frank at geany.org>
 
 prepare() {
-  cd $pkgname-$pkgver
-
-  # https://github.com/geany/geany-plugins/commit/9497d829e1b207eb83575dc6f617feecfb89bc16
-  patch -Np1 -i ../9497d829e1b207eb83575dc6f617feecfb89bc16.patch
-
+  cd "$pkgname-$pkgver"
   autoreconf -fi
 }
 
 build() {
   cd "$pkgname-$pkgver"
-
   export PYTHON=/usr/bin/python
   ./configure --prefix=/usr --libexecdir=/usr/lib -enable-all
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
@@ -42,4 +36,3 @@
 }
 
 # getver: plugins.geany.org/downloads.html
-# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list