Date: Sunday, March 13, 2016 @ 23:09:36 Author: arodseth Revision: 166563
upgpkg: geany-plugins 1.27-1 Modified: geany-plugins/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-13 21:41:38 UTC (rev 166562) +++ PKGBUILD 2016-03-13 22:09:36 UTC (rev 166563) @@ -1,11 +1,11 @@ # $Id$ -# Maintainer: Alexander Rødseth <[email protected]> -# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> +# Maintainer: Alexander F Rødseth <[email protected]> +# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor: djgera # Contributor: Patrick Melo <[email protected]> pkgname=geany-plugins -pkgver=1.26 +pkgver=1.27 pkgrel=1 pkgdesc='Plugins for Geany' arch=('x86_64' 'i686') @@ -17,15 +17,13 @@ optdepends=('hspell: hebrew spell checker') install="$pkgname.install" source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2") -sha256sums=('b6ea0795da34e05f245c48b8868c023814c82f71aeb05ddd4b8e3a73a976e1bd') +sha256sums=('03195a0b7a361ddb2ee4138f46fa87b6d9b9801ff00657456ab9c8b8908c0ce0') build() { cd "$pkgname-$pkgver" - ./configure \ - --prefix=/usr \ - --libexecdir=/usr/lib - make + ./configure --prefix=/usr --libexecdir=/usr/lib + make } package() { @@ -32,5 +30,5 @@ make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install } -# getver: -u 6 raw.githubusercontent.com/geany/geany-plugins/master/NEWS +# getver: plugins.geany.org/downloads.html # vim:set ts=2 sw=2 et:
