summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-09-24 19:55:29 +0100
committerJonathon Fernyhough2018-09-24 19:55:29 +0100
commitee1fd2b893984a62b566a96c219f271cb275d8b8 (patch)
tree5986efff6cfac50e986cd41bc153f1e6a1029bb4 /PKGBUILD
parent786af1942cde41c2aa9a3ecef8539cc7e31d8255 (diff)
downloadaur-ee1fd2b893984a62b566a96c219f271cb275d8b8.tar.gz
0.3 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c9ae9df5367..d0a3661ead53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathon Fernyhough <jonathon_at_manjaro dot+org>
pkgname=birdtray
-pkgver=0.2
+pkgver=0.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-base sqlite3)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gyunaev/$pkgname/archive/${pkgver}.tar.gz")
-sha1sums=('8d49f7699eeb58faaede2e351e10a0d07b894a80')
+sha1sums=('8685f88b277167ea66ae47d81a2694366ad3975a')
build() {
mkdir build && cd build