summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanila2021-02-23 03:29:38 +0300
committerDanila2021-02-23 03:29:38 +0300
commitc8baa6a3867141fcedf502882df7088a0e1215ba (patch)
tree6cca555ebcb1888120ca08af03f6302750c5090f
parent15145a2ff69f92ab9b9edf162da8e1f2e22de925 (diff)
downloadaur-c8baa6a3867141fcedf502882df7088a0e1215ba.tar.gz
bug fixed
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 4 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0895814f2e79..981518f89703 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emptty-one-entry
pkgdesc = Dead simple CLI Display Manager on TTY. Only one login entry, auto choose
- pkgver = 0.5.0.r0.e89ca88
- pkgrel = 2
+ pkgver = 0.5.0
+ pkgrel = 3
url = https://github.com/okhsunrog/emptty
arch = x86_64
license = MIT
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