summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a46a6f7607e..3c02f083c690 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: David Runge <dave@sleepmap.de>
pkgname=uenv-git
-pkgver=0.4.2.r0.gc44c182
+pkgver=0.5.r0.ga731675
_basename=uenv
pkgrel=1
pkgdesc="Useful scripts, systemd timer/service units and their configuration"
@@ -38,14 +38,10 @@ backup=(
)
options=()
install=
-source=('bare/uenv::git://sleepmap.de/software/uenv.git')
+source=("${_basename}::git://sleepmap.de/software/uenv.git")
noextract=()
md5sums=('SKIP')
-build() {
- cd "$srcdir"
-}
-
pkgver() {
cd "$srcdir/$_basename"
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'