Date: Monday, April 10, 2017 @ 13:47:11 Author: arodseth Revision: 221779
upgpkg: gdlmm 3.7.3-3 Modified: gdlmm/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-10 13:46:42 UTC (rev 221778) +++ PKGBUILD 2017-04-10 13:47:11 UTC (rev 221779) @@ -1,16 +1,16 @@ # $Id$ -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Alexander F Rødseth <[email protected]> pkgname=gdlmm pkgver=3.7.3 -pkgrel=2 +pkgrel=3 pkgdesc='C++ bindings for the gdl library' arch=('x86_64' 'i686') -url='http://git.gnome.org/browse/gdlmm/' +url='https://git.gnome.org/browse/gdlmm/' depends=('gdl' 'gtkmm3') options=('!emptydirs') license=('LGPL') -source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz") +source=("https://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz") sha256sums=('e280ed9233877b63ad0a0c8fb04d2c35dc6a29b3312151ee21a15b5932fef79b') build() { @@ -22,9 +22,7 @@ } package() { - cd "$pkgname-$pkgver" - - make DESTDIR="$pkgdir" install + make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et:
