summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2015-11-30 13:16:36 +0100
committerPeter Mattern2015-11-30 13:16:36 +0100
commitc58be32d3ba9d141a0ece5ba86d97cba2e1363be (patch)
treee98d621193c12ecd7c5c4a5e5b6058a39cd85c60
parent9fbb67928642c1c847e3aeb34223c8ae793d6001 (diff)
downloadaur-c58be32d3ba9d141a0ece5ba86d97cba2e1363be.tar.gz
Upstream update: v0.8.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0d6cd440d69..e90b1926339a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = meteo-qt
pkgdesc = System tray application for weather status information
- pkgver = 0.8.4
+ pkgver = 0.8.6
pkgrel = 1
url = https://github.com/dglent/meteo-qt
arch = any
@@ -12,8 +12,8 @@ pkgbase = meteo-qt
depends = python-pyqt5
depends = python-sip
depends = python-urllib3
- source = https://github.com/dglent/meteo-qt/archive/v0.8.4.tar.gz
- sha256sums = f048db5629d5363594702574c8de5a1b9002f728c5917eb5eedf92f749a2b495
+ source = https://github.com/dglent/meteo-qt/archive/v0.8.6.tar.gz
+ sha256sums = fccd4a5414dd8481ce6b567ed966d8e1150c2529f94f2fb6444e87417ff0b6aa
pkgname = meteo-qt
diff --git a/PKGBUILD b/PKGBUILD
index b4da4430074f..91634afa0be2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=meteo-qt
-pkgver=0.8.4
+pkgver=0.8.6
pkgrel=1
pkgdesc='System tray application for weather status information'
arch=('any')
@@ -9,8 +9,8 @@ url='https://github.com/dglent/meteo-qt'
license=('GPL3')
depends=('libxkbcommon-x11' 'python-lxml' 'python-pyqt5' 'python-sip' 'python-urllib3')
makedepends=('python' 'qt5-tools')
-source=('https://github.com/dglent/meteo-qt/archive/v0.8.4.tar.gz')
-sha256sums=('f048db5629d5363594702574c8de5a1b9002f728c5917eb5eedf92f749a2b495')
+source=('https://github.com/dglent/meteo-qt/archive/v0.8.6.tar.gz')
+sha256sums=('fccd4a5414dd8481ce6b567ed966d8e1150c2529f94f2fb6444e87417ff0b6aa')
package() {
cd $pkgname-$pkgver