summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9863b478398d..418676b84979 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = terminus-terminal
pkgdesc = A terminal for a more modern age
- pkgver = v1.0.0.alpha.48.0.g7c03b62
+ pkgver = 1.0.0.59
pkgrel = 1
url = https://eugeny.github.io/terminus/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = terminus-terminal
makedepends = python2
depends = nodejs
depends = fontconfig
- source = git+https://github.com/Eugeny/terminus.git#tag=v1.0.0-alpha.48
+ source = git+https://github.com/Eugeny/terminus.git#tag=v1.0.0-alpha.59
sha256sums = SKIP
pkgname = terminus-terminal
diff --git a/PKGBUILD b/PKGBUILD
index 8b689437e67c..78a290b3be04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=terminus-terminal
_pkgname=terminus
_pkgver=1.0.0
-pkgver=v1.0.0.alpha.48.0.g7c03b62
+pkgver=1.0.0.59
pkgrel=1
-alpha=48
+alpha=59
pkgdesc="A terminal for a more modern age"
arch=('x86_64')
url="https://eugeny.github.io/terminus/"
@@ -14,9 +14,8 @@ makedepends=('git' 'npm' 'yarn' 'python2')
source=("git+https://github.com/Eugeny/terminus.git#tag=v${_pkgver}-alpha.${alpha}")
sha256sums=('SKIP')
-pkgver() {
- cd "$_pkgname"
- git describe --long --tags | sed 's/-/./g'
+pkgver(){
+ echo ${_pkgver}.${alpha}
}
build(){