summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Heinrich2017-03-27 17:46:23 +0200
committerJonas Heinrich2017-03-27 17:46:23 +0200
commit3a6f459e71a92a517ce83c8c4fde6f7fe0126721 (patch)
tree47f513cfb0367e2ff446c5ad28165f797dba5aed /PKGBUILD
parent7dc6cbba3f6268e720249bdc49101801376d2e25 (diff)
downloadaur-douane-configurator-git.tar.gz
removed pkgver function
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4590f329ef9e..8ac7e7625f96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,12 +22,6 @@ prepare() {
git submodule update
}
-pkgver() {
- cd "$srcdir/douane-configurator"
- # Use the tag of the last commit
- git describe --long | sed -E 's/([^-]*-g)/r\1/;s/-/./g'
-}
-
build() {
cd "$srcdir/douane-configurator"