Date: Monday, June 4, 2018 @ 22:24:04 Author: arodseth Revision: 340473
upgpkg: gtksourceviewmm 1:3.18.0-3 Modified: gtksourceviewmm/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-04 22:22:12 UTC (rev 340472) +++ PKGBUILD 2018-06-04 22:24:04 UTC (rev 340473) @@ -1,15 +1,15 @@ #$Id$ -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Alexander F. Rødseth <[email protected]> # Contributor: Ionut Biru <[email protected]> pkgname=gtksourceviewmm pkgver=3.18.0 -pkgrel=2 +pkgrel=3 epoch=1 pkgdesc='C++ bindings for the gtksourceview library' arch=('x86_64') url='http://projects.gnome.org/gtksourceviewmm/' -license=('LGPL2.1') +license=('LGPL') depends=('gtkmm3' 'gtksourceview3') source=("https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz") sha256sums=('51081ae3d37975dae33d3f6a40621d85cb68f4b36ae3835eec1513482aacfb39') @@ -22,7 +22,7 @@ } package() { - make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install + DESTDIR="$pkgdir" make -C "$pkgname-$pkgver" install } -# vim:set ts=2 sw=2 et: +# vim: ts=2 sw=2 et:
