summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDanila2021-02-23 03:29:38 +0300
committerDanila2021-02-23 03:29:38 +0300
commitc8baa6a3867141fcedf502882df7088a0e1215ba (patch)
tree6cca555ebcb1888120ca08af03f6302750c5090f /PKGBUILD
parent15145a2ff69f92ab9b9edf162da8e1f2e22de925 (diff)
downloadaur-emptty-one-entry.tar.gz
bug fixed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee7281e5fc32..11c236ad3a9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: okhsunrog <me@gornushko.com>
pkgname=emptty-one-entry
-pkgver=0.5.0.r0.e89ca88
-pkgrel=2
+pkgver=0.5.0
+pkgrel=3
pkgdesc="Dead simple CLI Display Manager on TTY. Only one login entry, auto choose"
arch=('x86_64')
url="https://github.com/okhsunrog/emptty"
@@ -18,12 +18,6 @@ backup=('etc/emptty/conf')
source=("${pkgname%-git}::git+${url}.git")
sha256sums=('SKIP')
-pkgver() {
- cd "$srcdir/${pkgname%-git}"
- printf "%s" "$(git describe --tags --long $(git rev-list --all --max-count=1) \
- | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g')"
-}
-
build() {
cd "$srcdir/${pkgname%-git}"
make build