[arch-commits] Commit in simple-scan/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue May 25 21:10:53 UTC 2021


    Date: Tuesday, May 25, 2021 @ 21:10:53
  Author: heftig
Revision: 946350

40.1-1

Modified:
  simple-scan/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-25 21:10:08 UTC (rev 946349)
+++ PKGBUILD	2021-05-25 21:10:53 UTC (rev 946350)
@@ -4,7 +4,7 @@
 # Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
 
 pkgname=simple-scan
-pkgver=40.0
+pkgver=40.1
 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 libhandy)
 makedepends=(yelp-tools meson vala git)
-_commit=1ed4aa9817e8fb278e0bd5686b3e9fdf8d21009a  # tags/40.0^0
+_commit=bdc7c4f30f70abb71de5afcc094415bcdb05de08  # tags/40.1^0
 source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -36,5 +36,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list