[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sun Jul 26 22:58:36 UTC 2015
Date: Monday, July 27, 2015 @ 00:58:35
Author: arodseth
Revision: 137460
upgpkg: geany-plugins 1.25-1
Modified:
geany-plugins/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-07-26 21:32:11 UTC (rev 137459)
+++ PKGBUILD 2015-07-26 22:58:35 UTC (rev 137460)
@@ -5,8 +5,8 @@
# Contributor: Patrick Melo <patrick at patrickmelo.eti.br>
pkgname=geany-plugins
-pkgver=1.24
-pkgrel=2
+pkgver=1.25
+pkgrel=1
pkgdesc='Plugins for Geany'
arch=('x86_64' 'i686')
url='http://plugins.geany.org/'
@@ -17,18 +17,16 @@
optdepends=('hspell: hebrew spell checker')
install="$pkgname.install"
source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2")
-sha256sums=('dcc0414b29ae0160fc3a7adb0a1d6cbd5bd6bfb1900dab03e8774b3cebf6f2ec')
+sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b')
build() {
cd "$pkgname-$pkgver"
- # Disabling geanypy because it doesn't compile
- # Disabling debugger because it makes geany crash, see FS#42417
./configure \
--prefix=/usr \
- --libexecdir=/usr/lib \
- --disable-geanypy \
- --disable-debugger
+ --libexecdir=/usr/lib
+ #--disable-geanypy \
+ #--disable-debugger
make
}
@@ -36,4 +34,5 @@
make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
}
+# getver: -u=6 https://raw.githubusercontent.com/geany/geany-plugins/master/NEWS
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list