summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-11-01 15:53:49 +0000
committerJonathon Fernyhough2018-11-01 15:53:49 +0000
commitdb06f87551ed624d3b5a8ccf327298554fd1d4e5 (patch)
tree5e09fc5a81b3fc00507ac35a994cf1628ab49289
parent2a623846bcf0638101c6a7dbf7fb144004cb7bf8 (diff)
downloadaur-db06f87551ed624d3b5a8ccf327298554fd1d4e5.tar.gz
Release 1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fad942167aa7..1c51b4557b8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = birdtray
pkgdesc = Run Thunderbird with a system tray icon.
- pkgver = 1.1
+ pkgver = 1.3
pkgrel = 1
url = https://github.com/gyunaev/birdtray
arch = i686
@@ -11,8 +11,8 @@ pkgbase = birdtray
license = GPL
depends = qt5-x11extras
depends = sqlite3
- source = birdtray-1.1.tar.gz::https://github.com/gyunaev/birdtray/archive/1.1.tar.gz
- sha1sums = f9cfd52bff8f84d11d521d144cac54500b5e4299
+ source = birdtray-1.3.tar.gz::https://github.com/gyunaev/birdtray/archive/1.3.tar.gz
+ sha1sums = 8503fd1b3792659a866c2343a54e00db28d51691
pkgname = birdtray
diff --git a/PKGBUILD b/PKGBUILD
index 2480e474164a..37403fdb8838 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathon Fernyhough <jonathon_at_manjaro dot+org>
pkgname=birdtray
-pkgver=1.1
+pkgver=1.3
pkgrel=1
pkgdesc="Run Thunderbird with a system tray icon."
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@@ -9,7 +9,7 @@ url="https://github.com/gyunaev/birdtray"
license=('GPL')
depends=(qt5-x11extras sqlite3)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gyunaev/$pkgname/archive/${pkgver}.tar.gz")
-sha1sums=('f9cfd52bff8f84d11d521d144cac54500b5e4299')
+sha1sums=('8503fd1b3792659a866c2343a54e00db28d51691')
build() {
mkdir -p build && cd build