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

Jan Steffens heftig at archlinux.org
Tue Oct 23 08:03:23 UTC 2018


    Date: Tuesday, October 23, 2018 @ 08:03:23
  Author: heftig
Revision: 398656

3.30.2-1

Modified:
  simple-scan/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-23 07:58:07 UTC (rev 398655)
+++ PKGBUILD	2018-10-23 08:03:23 UTC (rev 398656)
@@ -4,7 +4,7 @@
 # Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
 
 pkgname=simple-scan
-pkgver=3.30.1.1
+pkgver=3.30.2
 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)
 makedepends=(yelp-tools meson vala git)
-_commit=4cd7c963dbf8d436e14c0ce7a1d1e91d1f04aec6  # tags/3.30.1.1^0
+_commit=7f12f192f05deb0b4d1fb675baefdd1a8d0cb40e  # gnome-3-30
 source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -24,6 +24,9 @@
 
 prepare() {
   cd $pkgname
+  # Fixup tag
+  git tag -d 3.20.2
+  git tag -f 3.30.2 7f12f192f05deb0b4d1fb675baefdd1a8d0cb40e
 }
 
 build() {



More information about the arch-commits mailing list