Date: Sunday, November 22, 2015 @ 20:50:58 Author: arodseth Revision: 147398
upgpkg: geany-plugins 1.26-1 Modified: geany-plugins/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-11-22 19:43:26 UTC (rev 147397) +++ PKGBUILD 2015-11-22 19:50:58 UTC (rev 147398) @@ -5,8 +5,8 @@ # Contributor: Patrick Melo <[email protected]> pkgname=geany-plugins -pkgver=1.25 -pkgrel=3 +pkgver=1.26 +pkgrel=1 pkgdesc='Plugins for Geany' arch=('x86_64' 'i686') url='http://plugins.geany.org/' @@ -16,16 +16,9 @@ makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2') optdepends=('hspell: hebrew spell checker') install="$pkgname.install" -source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2" - 'libgit2-0.23.patch') -sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b' - '2af198f08efd247f9c6cfa94e8d9836dbb1d6e3c74fbad8decba0c051c1473db') +source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2") +sha256sums=('b6ea0795da34e05f245c48b8868c023814c82f71aeb05ddd4b8e3a73a976e1bd') -prepare() { - cd "$pkgname-$pkgver" - patch -p1 -i ../libgit2-0.23.patch -} - build() { cd "$pkgname-$pkgver" @@ -39,5 +32,5 @@ make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install } -# getver: -u=6 https://raw.githubusercontent.com/geany/geany-plugins/master/NEWS +# getver: -u 6 raw.githubusercontent.com/geany/geany-plugins/master/NEWS # vim:set ts=2 sw=2 et:
