summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2019-09-07 18:20:08 +0100
committerJonathon Fernyhough2019-09-07 18:20:08 +0100
commite438fbcdcc28e0b5e8cb01e92244bad3e142db34 (patch)
tree648a39c1eb8c9ea43b2f2d016b986680e8de46c8
parent3367e45e736e83829cda39090a38a65853d044dd (diff)
downloadaur-e438fbcdcc28e0b5e8cb01e92244bad3e142db34.tar.gz
Trim RELEASE_ from upstream tag
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dca96849b7a5..fc184983b03d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = birdtray-git
pkgdesc = Run Thunderbird with a system tray icon.
pkgver = latest
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gyunaev/birdtray
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a6bcbcd5e709..ce5bce712bb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=birdtray-git
pkgver=latest
-pkgrel=1
+pkgrel=2
pkgdesc="Run Thunderbird with a system tray icon."
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/gyunaev/birdtray"
@@ -15,7 +15,7 @@ source=("git+https://github.com/gyunaev/${pkgname/-git/}.git")
sha1sums=(SKIP)
pkgver() {
- git -C ${pkgname/-git/} describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git -C ${pkgname/-git/} describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^RELEASE_//g'
}
build() {