summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFerdinand Bachmann2023-12-13 16:47:58 +0100
committerFerdinand Bachmann2023-12-13 16:47:58 +0100
commit07416b8492e38db77b61e7b20766512ce2acda9b (patch)
tree893a2569f55a066dce97786d431cbfaaa1d3bfca /PKGBUILD
parenta28597a3ac0e06ff2c4a77ca352dfad57992bbb2 (diff)
downloadaur-07416b8492e38db77b61e7b20766512ce2acda9b.tar.gz
bump version, update to latest VCS package guidelines
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11fd4dd71202..40c04af012a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: aksr <aksr at t-com dot me>
# Maintainer: Ferdi265 <theferdi265@gmail.com>
pkgname=libwm-git
-pkgver=1.0.r4.g208dfb8
-pkgrel=2
+pkgver=1.3.r0.g9b2e6a1
+pkgrel=1
pkgdesc="A library for X windows manipulation."
url="https://github.com/wmutils/libwm"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ md5sums=('SKIP')
pkgver() {
cd "$srcdir/$pkgname"
- git describe --long --tags | sed -r 's/^v//g;s/([^-]*-g)/r\1/;s/-/./g'
+ git describe --long --tags --abbrev=7 | sed -r 's/^v//g;s/([^-]*-g)/r\1/;s/-/./g'
}
build() {