summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {