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

Jan Steffens heftig at gemini.archlinux.org
Wed Feb 16 19:49:15 UTC 2022


    Date: Wednesday, February 16, 2022 @ 19:49:15
  Author: heftig
Revision: 437519

1.4.6-1

Modified:
  colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-16 19:48:48 UTC (rev 437518)
+++ PKGBUILD	2022-02-16 19:49:15 UTC (rev 437519)
@@ -3,8 +3,8 @@
 
 pkgbase=colord
 pkgname=(colord colord-sane libcolord)
-pkgver=1.4.5
-pkgrel=4
+pkgver=1.4.6
+pkgrel=1
 pkgdesc="System daemon for managing color devices"
 url="https://www.freedesktop.org/software/colord"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection vala sane bash-completion argyllcms git meson gtk-doc
              docbook-xsl)
 options=(!emptydirs)
-_commit=0563117371f82420616e5e40b6a75a0b34c697c7  # tags/1.4.5^0
+_commit=43c19fd019da5f69d2ebc00a9908b1dd83129485  # tags/1.4.6^0
 source=("git+https://github.com/hughsie/colord#commit=$_commit")
 sha256sums=('SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')  # Richard Hughes
@@ -20,7 +20,7 @@
 
 pkgver() {
   cd colord
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list