Date: Friday, March 15, 2019 @ 21:44:30 Author: heftig Revision: 442054
3.32.0-1 Modified: simple-scan/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-15 21:23:49 UTC (rev 442053) +++ PKGBUILD 2019-03-15 21:44:30 UTC (rev 442054) @@ -4,7 +4,7 @@ # Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com> pkgname=simple-scan -pkgver=3.30.2 +pkgver=3.32.0 pkgrel=1 pkgdesc="Simple scanning utility" url="https://gitlab.gnome.org/GNOME/simple-scan" @@ -13,7 +13,7 @@ groups=(gnome) depends=(sane dconf gtk3 colord-sane libgusb) makedepends=(yelp-tools meson vala git) -_commit=7f12f192f05deb0b4d1fb675baefdd1a8d0cb40e # gnome-3-30 +_commit=d0580665a68b3ba1a10bb4a64cff450a56828cdf # tags/3.32.0^0 source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit") sha256sums=('SKIP') @@ -24,9 +24,6 @@ prepare() { cd $pkgname - # Fixup tag - git tag -d 3.20.2 - git tag -f 3.30.2 7f12f192f05deb0b4d1fb675baefdd1a8d0cb40e } build() { @@ -35,7 +32,7 @@ } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {
