summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2019-04-26 00:44:31 -0400
committerDaniel M. Capella2019-04-26 00:44:31 -0400
commitbfcfb37e154fc3a5431f7e57ccb9af1f108720b3 (patch)
treee03912f9e281a5aff396e4f3fad45714415a89e0
parent2970fabda14c838e7c33509dd9042ce4f50786f6 (diff)
downloadaur-bfcfb37e154fc3a5431f7e57ccb9af1f108720b3.tar.gz
Touch up
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b5a39cf488a..d1f6cf82b08b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pacman-contrib-git
- pkgdesc = pacman contributions (Git version)
- pkgver = 1.1.0.r10.g0c260d3
+ pkgdesc = pacman contributions
+ pkgver = 1.1.0.r24.g4e2273e
pkgrel = 1
url = https://git.archlinux.org/pacman-contrib.git
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d9fa9151a077..263f712c63e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_gitname=pacman-contrib
pkgname=pacman-contrib-git
-pkgver=1.1.0.r10.g0c260d3
+pkgver=1.1.0.r24.g4e2273e
pkgrel=1
-pkgdesc='pacman contributions (Git version)'
+pkgdesc='pacman contributions'
url=https://git.archlinux.org/pacman-contrib.git
arch=('x86_64')
license=('GPL')
@@ -18,7 +18,7 @@ sha512sums=('SKIP')
pkgver() {
cd $_gitname
- git describe --long --tags | sed -r 's/^v//; s/([^-]*-g)/r\1/; s/-/./g'
+ git describe --long --tags | sed -r 's/^v//;s/-/.r/;s/-/./'
}
build() {