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

Eli Schwartz eschwartz at archlinux.org
Thu Mar 22 19:11:50 UTC 2018


    Date: Thursday, March 22, 2018 @ 19:11:49
  Author: eschwartz
Revision: 310721

upgpkg: geany-plugins 1.33-2

Add PGP signatures
Fix FS#57917 -- backport patch to fix spellchecker's enchant-2 detection

Modified:
  geany-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-22 18:50:27 UTC (rev 310720)
+++ PKGBUILD	2018-03-22 19:11:49 UTC (rev 310721)
@@ -6,7 +6,7 @@
 
 pkgname=geany-plugins
 pkgver=1.33
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Geany'
 arch=('x86_64')
 url='https://plugins.geany.org/'
@@ -13,12 +13,19 @@
 license=('GPL')
 depends=("geany>=$pkgver" 'ctpl' 'gpgme' 'gtkspell3' 'libgit2' 'lua51')
 makedepends=('cppcheck' 'intltool')
-source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2")
-sha256sums=('12825739e2c3caefbc1ad57e62f1e4f691af8db8368f173aa84c43dffb4503a2')
+source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig}
+        "https://github.com/geany/geany-plugins/commit/3d02ec2a2b0d3ccfeb28503534b95e60861e6fe8.patch")
+sha256sums=('12825739e2c3caefbc1ad57e62f1e4f691af8db8368f173aa84c43dffb4503a2'
+            'SKIP'
+            '1e71e3aec1acbfb9a1e5bb803504bf8cc6feaf999dc24fb1e4d30760e3aacb99')
+validpgpkeys=('CD38C008828C2EF1B63A8ED1B5688B006F78F01E') # Frank Lanitz <frank at geany.org>
 
 prepare() {
   cd $pkgname-$pkgver
 
+  # backport fix for https://github.com/geany/geany-plugins/pull/729
+  patch -p1 < ../3d02ec2a2b0d3ccfeb28503534b95e60861e6fe8.patch
+
   autoreconf -fi
 }
 



More information about the arch-commits mailing list