summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-04-29 21:12:53 +0100
committerJonathon Fernyhough2020-04-29 21:12:53 +0100
commitd373b4581100014210a96dc115f74d560fd99c4e (patch)
tree0d6b066a7f8046429434f7e21f6b2ab767f002cc
parentc84f605a3b91a279bf38993ff9cdb8938aaa1655 (diff)
downloadaur-d373b4581100014210a96dc115f74d560fd99c4e.tar.gz
Upstream 1.8.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bacd049acb17..09bfd5a156da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = birdtray
pkgdesc = Run Thunderbird with a system tray icon.
- pkgver = 1.8.0
- pkgrel = 2
+ pkgver = 1.8.1
+ pkgrel = 1
url = https://github.com/gyunaev/birdtray
arch = i686
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = birdtray
depends = qt5-svg
depends = qt5-x11extras
optdepends = qt5-translations: Support for translations
- source = birdtray-1.8.0.tar.gz::https://github.com/gyunaev/birdtray/archive/1.8.0.tar.gz
- sha1sums = 66e92a020bf58deb3c3fa6d823d16c6a02575adc
+ source = birdtray-1.8.1.tar.gz::https://github.com/gyunaev/birdtray/archive/1.8.1.tar.gz
+ sha1sums = 805cfa9f30af71c268160068bb53ccde618244e8
pkgname = birdtray
diff --git a/PKGBUILD b/PKGBUILD
index cf8af995022c..78d57a7626c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Dmitry Valter <dvalter"protonmail"com>
pkgname=birdtray
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
pkgdesc="Run Thunderbird with a system tray icon."
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/gyunaev/birdtray"
@@ -14,7 +14,7 @@ depends=(qt5-svg qt5-x11extras)
optdepends=('qt5-translations: Support for translations')
makedepends=(cmake qt5-tools)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('66e92a020bf58deb3c3fa6d823d16c6a02575adc')
+sha1sums=('805cfa9f30af71c268160068bb53ccde618244e8')
build() {
mkdir -p build && cd build