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

Jan Steffens heftig at gemini.archlinux.org
Thu Dec 23 11:37:18 UTC 2021


    Date: Thursday, December 23, 2021 @ 11:37:17
  Author: heftig
Revision: 1083060

40.7-1

Modified:
  simple-scan/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-23 11:24:45 UTC (rev 1083059)
+++ PKGBUILD	2021-12-23 11:37:17 UTC (rev 1083060)
@@ -4,7 +4,7 @@
 # Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
 
 pkgname=simple-scan
-pkgver=40.6
+pkgver=40.7
 pkgrel=1
 pkgdesc="Simple scanning utility"
 url="https://gitlab.gnome.org/GNOME/simple-scan"
@@ -13,13 +13,13 @@
 groups=(gnome)
 depends=(sane dconf gtk3 colord-sane libgusb libhandy)
 makedepends=(yelp-tools meson vala git)
-_commit=2d606befc51c19f1d9270915763e94f90dc0d71a  # tags/40.6^0
+_commit=3b85cde1a3cc172ffbeb4f56ae5a51b6a1571a18  # tags/40.7^0
 source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list