summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fdbebed867b..92c3eaaaf016 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pachook
pkgdesc = simple administrator pacman hooks
pkgver = 0.1.4.r9.gdf43c34
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/papajoker/pachook
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index d1c33e301902..2b29c6663ad8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Papajoker <papajoke [at] archlinux [dot] info>
pkgname=pachook
-pkgver=0.1.3.r9.gdf43c34
-pkgrel=1
+pkgver=0.1.4.r9.gdf43c34
+pkgrel=2
pkgdesc="simple administrator pacman hooks"
arch=('any')
url="https://github.com/papajoker/pachook"
@@ -13,7 +13,7 @@ md5sums=('SKIP')
pkgver() {
cd "$srcdir/$pkgname"
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
package() {