summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxduugu2020-10-24 23:52:25 +0200
committerxduugu2020-10-24 23:52:25 +0200
commit0213f4c5e3c6af3d0ae62ad127167b781b57348c (patch)
tree678962a70f1a67d45537f99efe05d14c4a5ab173
parentfd9d44af40fc5992645201ed98dfbaea16e9a20f (diff)
downloadaur-0213f4c5e3c6af3d0ae62ad127167b781b57348c.tar.gz
Remove leading 'v' used in newer tag names
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dd749a2433e..088a6b2e9643 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = signal-backup-decode-git
pkgdesc = Decode Signal Backups
- pkgver = 0.1.5.r2.7f98586
+ pkgver = 0.2.0.r2.de0c58c
pkgrel = 1
url = https://github.com/pajowu/signal-backup-decode
arch = i686
@@ -10,7 +10,7 @@ pkgbase = signal-backup-decode-git
makedepends = rust
depends = openssl
depends = sqlite
- provides = signal-backup-decode=0.1.5.r2.7f98586
+ provides = signal-backup-decode=0.2.0.r2.de0c58c
conflicts = signal-backup-decode
source = git+https://github.com/pajowu/signal-backup-decode.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f70fb151232a..b7780f46d9a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=signal-backup-decode-git
-pkgver=0.1.5.r2.7f98586
+pkgver=0.2.0.r2.de0c58c
pkgrel=1
pkgdesc="Decode Signal Backups"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ _pkgname="${pkgname%-git}"
pkgver() {
cd "$_pkgname"
- printf "%s" "$(git describe --long --tags | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
+ printf "%s" "$(git describe --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g;s/^v//')"
}
build() {