summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-11-01 15:53:49 +0000
committerJonathon Fernyhough2018-11-01 15:53:49 +0000
commitdb06f87551ed624d3b5a8ccf327298554fd1d4e5 (patch)
tree5e09fc5a81b3fc00507ac35a994cf1628ab49289 /PKGBUILD
parent2a623846bcf0638101c6a7dbf7fb144004cb7bf8 (diff)
downloadaur-db06f87551ed624d3b5a8ccf327298554fd1d4e5.tar.gz
Release 1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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