summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2019-09-07 18:20:08 +0100
committerJonathon Fernyhough2019-09-07 18:20:08 +0100
commite438fbcdcc28e0b5e8cb01e92244bad3e142db34 (patch)
tree648a39c1eb8c9ea43b2f2d016b986680e8de46c8 /PKGBUILD
parent3367e45e736e83829cda39090a38a65853d044dd (diff)
downloadaur-e438fbcdcc28e0b5e8cb01e92244bad3e142db34.tar.gz
Trim RELEASE_ from upstream tag
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {