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

Jan Steffens heftig at archlinux.org
Mon Jan 22 03:33:10 UTC 2018


    Date: Monday, January 22, 2018 @ 03:33:06
  Author: heftig
Revision: 284824

3.26.3-1

Modified:
  simple-scan/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-22 01:26:07 UTC (rev 284823)
+++ PKGBUILD	2018-01-22 03:33:06 UTC (rev 284824)
@@ -4,7 +4,7 @@
 # Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
 
 pkgname=simple-scan
-pkgver=3.26.2
+pkgver=3.26.3
 pkgrel=1
 pkgdesc="Simple scanning utility"
 url="https://launchpad.net/simple-scan"
@@ -13,8 +13,8 @@
 groups=(gnome)
 depends=(sane dconf gtk3 colord libgusb)
 makedepends=(yelp-tools meson vala git)
-_commit=6ed023f9d94d1d394d7a98505004b53b9bf99a38  # tags/3.26.2^0
-source=("git+https://git.gnome.org/browse/simple-scan#commit=$_commit")
+_commit=81eadec7bf420e7d1bdc039a1470de3f156b92b5  # tags/3.26.3^0
+source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -23,17 +23,14 @@
 }
 
 prepare() {
-  mkdir build
   cd $pkgname
 }
 
 build() {
-  cd build
-  arch-meson ../$pkgname
-  ninja
+  arch-meson $pkgname build
+  ninja -C build
 }
 
 package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
+  DESTDIR="$pkgdir" ninja -C build install
 }



More information about the arch-commits mailing list