Date: Friday, September 13, 2019 @ 10:35:24 Author: heftig Revision: 362497
3.26.0+13+g8248f12-1 Modified: anjuta-extras/trunk/PKGBUILD ----------+ PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-13 10:17:10 UTC (rev 362496) +++ PKGBUILD 2019-09-13 10:35:24 UTC (rev 362497) @@ -2,16 +2,16 @@ # Contributor: Jan de Groot <[email protected]> pkgname=anjuta-extras -pkgver=3.26.0+4+gb876d84 +pkgver=3.26.0+13+g8248f12 pkgrel=1 pkgdesc="Anjuta Integrated Development Environment extra plugins" +url="http://www.anjuta.org/" arch=('x86_64') license=('GPL') depends=('anjuta') makedepends=('intltool' 'itstool' git gnome-common) -url="http://www.anjuta.org/" -_commit=b876d8471853396e10e27a0056aa311d0ae535f7 # master -source=("git+https://git.gnome.org/browse/anjuta-extras#commit=$_commit") +_commit=8248f1220bedd6afdabb29711714cda725b2c35b # master +source=("git+https://gitlab.gnome.org/GNOME/anjuta-extras.git#commit=$_commit") options=('!emptydirs') sha256sums=('SKIP') @@ -25,11 +25,6 @@ NOCONFIGURE=1 ./autogen.sh } -check() { - cd $pkgname - make check -} - build() { cd $pkgname ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static @@ -37,6 +32,11 @@ make } +check() { + cd $pkgname + make check +} + package() { cd $pkgname make DESTDIR="$pkgdir" install
