summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Lucas2019-08-03 19:44:50 -0400
committerJean Lucas2019-08-03 19:44:50 -0400
commit11b3ec9fc1ccfee138fce5e25aef053abddf2af1 (patch)
tree03d5466cc6b3b8a4ffcf47aebc115532d081dab9
parent7abe0a29de2acbb7ec31c7411b80e836e184087a (diff)
downloadaur-11b3ec9fc1ccfee138fce5e25aef053abddf2af1.tar.gz
Update pkgver schema
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bc7aa1f9661..eb82bbaa3f9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zulip-desktop-git
pkgdesc = Real-time team chat based on the email threading model (git)
- pkgver = 3.1.0+beta+r34+g47b729c
+ pkgver = 3.1.0beta+r34+g47b729c
pkgrel = 1
url = https://zulipchat.com
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index e06436c727a1..270ce0aa615a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Jean Lucas <jean@4ray.co>
pkgname=zulip-desktop-git
-pkgver=3.1.0+beta+r34+g47b729c
+pkgver=3.1.0beta+r34+g47b729c
pkgrel=1
pkgdesc='Real-time team chat based on the email threading model (git)'
arch=(i686 x86_64)
@@ -18,7 +18,7 @@ sha512sums=('SKIP'
pkgver() {
cd ${pkgname/-git/}
- git describe --tags | sed 's#v##;s#-#+#g;s#+\([0-9]\)#+r\1#'
+ git describe --tags | sed 's#v##;s#-#+#g;s#+\([a-zA-Z]\)#\1#;s#+\([0-9]\)#+r\1#'
}
prepare() {