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

Jan Steffens heftig at archlinux.org
Mon Aug 21 23:10:53 UTC 2017


    Date: Monday, August 21, 2017 @ 23:10:52
  Author: heftig
Revision: 303231

1.4.1-1

Modified:
  colord/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-21 21:57:34 UTC (rev 303230)
+++ PKGBUILD	2017-08-21 23:10:52 UTC (rev 303231)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=colord
-pkgver=1.4.0+11+g98cf67b
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="System daemon for managing color devices"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
             'argyllcms: color profiling')
 replaces=(shared-color-profiles)
 install=colord.install
-_commit=98cf67bf3ffe2e6ccb629e3bcaf9a6b15dfd79ed  # master
+_commit=ef560710602ce590e72f8412cb200f68d6e3e153  # tags/1.4.1^0
 source=("git+https://github.com/hughsie/colord#commit=$_commit")
 sha1sums=('SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
@@ -33,7 +33,7 @@
 
 build() {
   cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname \
+  meson setup --prefix=/usr --buildtype=release ../$pkgname \
     --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
     -Denable-libcolordcompat=true \
     -Denable-sane=true \
@@ -45,7 +45,7 @@
 
 check() {
   cd build
-  mesontest
+  meson test
 }
 
 package() {



More information about the arch-commits mailing list