summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Hauser2020-05-28 13:48:49 +0200
committerSimon Hauser2020-05-28 13:48:49 +0200
commit8d589aee43e2600cdea3407dbc05919e2a48fb0f (patch)
tree93e1070cbe27afc579242a1803db14363087e1c8 /PKGBUILD
parentceaf0a273d231aa5565f46929d8eba8ed9c8f41a (diff)
downloadaur-8d589aee43e2600cdea3407dbc05919e2a48fb0f.tar.gz
Updates sed command
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db8805e232e9..7e0d1a6f6553 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,7 @@
+# Maintainer: Simon Hauser <Simon-Hauser@outlook.de>
+
pkgname=premake-git
-pkgver=5.0.alpha2.r1193.g911cb20d
+pkgver=5.0.0.alpha15.r13.g5bb0bef4
pkgrel=1
pkgdesc='Simple build configuration and project generation tool using Lua'
arch=(i686 x86_64)
@@ -13,7 +15,7 @@ md5sums=('SKIP')
pkgver() {
cd premake-core
- git describe --long | sed -r 's/([^-]*-g)/r\1/;s/-/./g'
+ git describe --long | sed -r 's/([^-]*-g)/r\1/;s/-/./g;s/v//'
}
prepare() {