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

Alexander Rødseth arodseth at gemini.archlinux.org
Fri Sep 10 14:11:26 UTC 2021


    Date: Friday, September 10, 2021 @ 14:11:26
  Author: arodseth
Revision: 1013475

upgpkg: geany-plugins 1.37-4

Modified:
  geany-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-10 14:05:36 UTC (rev 1013474)
+++ PKGBUILD	2021-09-10 14:11:26 UTC (rev 1013475)
@@ -5,7 +5,7 @@
 
 pkgname=geany-plugins
 pkgver=1.37
-pkgrel=3
+pkgrel=4
 pkgdesc='Plugins for Geany'
 arch=(x86_64)
 url='https://plugins.geany.org/'
@@ -13,14 +13,15 @@
 depends=(ctpl "geany>=$pkgver" gpgme gtkspell3 libgit2 lua51 python vte3 webkit2gtk)
 makedepends=(cppcheck intltool)
 source=("$url$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
-sha256sums=('c98f9b1303f4ab9bed7587e749cd0b5594d9136a1bf8ba110900d46a17fa9cd8'
-            'SKIP')
+b2sums=('4e6043b38d2756646275bdb8f5432c8285d9db09143b3a86edd3cac3ef5c0a1910731582c1fe4381f914480c82bd2c2e69b1184b220182cf35a828281596cce0'
+        'SKIP')
 validpgpkeys=('6BEC027CD44552A5B566F28DB7A4039D0630EA07') # Frank Lanitz <frank at geany.org>
 
 prepare() {
   cd $pkgname-$pkgver
   autoreconf -fi
-  # fix for not redefining bool
+
+  # don't redefine bool
   sed -i 's/typedef unsigned int bool/#include <stdbool.h>/g' \
     pretty-printer/src/PrettyPrinter.h
 }



More information about the arch-commits mailing list