summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2022-05-05 00:11:39 -0400
committerTony Lambiris2022-05-05 00:11:39 -0400
commitaa94e15b56e2057f7818630c7d73886e3548f608 (patch)
tree53734cee5518ba9c55b24962edb0665cda67d306 /PKGBUILD
parentc403251ca02412a138b3bbc76ce4ec86b4173be5 (diff)
downloadaur-aa94e15b56e2057f7818630c7d73886e3548f608.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8238e73c68ac..20935fb31ab9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tony Lambiris <tony@libpcap.net>
pkgname=libmodulemd-git
-pkgver=2.13.0.r31.g9c6c0ba
+pkgver=2.14.0.r11.g2dac56f
pkgrel=1
pkgdesc="C Library for manipulating module metadata files"
arch=("any")
@@ -16,7 +16,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname}"
- git describe --long --tags | sed -e 's/\([^-]*-g\)/r\1/;s/-/./g' -e 's/libmodulemd.//'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//g'
}
build() {