summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2020-12-18 18:33:56 +0100
committerFabioLolix2020-12-18 18:33:56 +0100
commit09eba477f9bd3d30abfc8a22d0a159c6ec18d2e6 (patch)
tree3489ddd764ba52442bcc395cfd83ca49ff6ff3b5
parentb831b42e1f0a640c9b85d79cf796f41a1bc07cf5 (diff)
downloadaur-09eba477f9bd3d30abfc8a22d0a159c6ec18d2e6.tar.gz
update contact info
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b11c5a554bb6..229e23c744dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = simple-scan-git
pkgdesc = Simple scanning utility
- pkgver = 3.28.1+5+g73b5f6a
+ pkgver = 3.38.1.r11.ge11e8864
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/simple-scan
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 946135da5471..d00b214d6165 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
+# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
pkgname=simple-scan-git
-pkgver=3.28.1+5+g73b5f6a
+pkgver=3.38.1.r11.ge11e8864
pkgrel=1
pkgdesc="Simple scanning utility"
url="https://gitlab.gnome.org/GNOME/simple-scan"
@@ -13,14 +13,14 @@ license=(GPL3)
groups=(gnome)
depends=(sane dconf gtk3 colord-sane libgusb)
makedepends=(yelp-tools meson vala git)
-provides=('simple-scan')
-conflicts=('simple-scan')
+provides=(simple-scan)
+conflicts=(simple-scan)
source=("${pkgname}::git+https://gitlab.gnome.org/GNOME/simple-scan.git")
sha256sums=('SKIP')
pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
+ cd "${pkgname}"
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {