summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2019-03-18 01:06:02 +0100
committerPeter Mattern2019-03-18 01:06:02 +0100
commitf1a5b99bc04f1511711f373b01a9a851323d3bf7 (patch)
tree88496605eba01c04423758dbaa9fffca43c75319
parentc5029834ab758e5e91f5832ae3dcfebd591a7124 (diff)
downloadaur-f1a5b99bc04f1511711f373b01a9a851323d3bf7.tar.gz
Upstream update: v0.9.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1430aa8a816..2f2c929d705f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = meteo-qt
pkgdesc = System tray application for weather status information
- pkgver = 0.9.6
+ pkgver = 0.9.7
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 = meteo-qt-0.9.6.tar.gz::https://github.com/dglent/meteo-qt/archive/v0.9.6.tar.gz
- sha256sums = 8e35a9956e76041bd0a1ec4d97f69ad7b69b7ca5f73e1fe03ba6190bce4202e9
+ source = meteo-qt-0.9.7.tar.gz::https://github.com/dglent/meteo-qt/archive/v0.9.7.tar.gz
+ sha256sums = 701605d74033098657675d6ed101765790494fac30b83444a00cbee682496ada
pkgname = meteo-qt
diff --git a/PKGBUILD b/PKGBUILD
index f15a6289800f..0707a41e92e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=meteo-qt
-pkgver=0.9.6
+pkgver=0.9.7
pkgrel=1
pkgdesc='System tray application for weather status information'
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('libxkbcommon-x11' 'python-lxml' 'python-pyqt5' 'python-sip' 'python-urllib3')
makedepends=('python' 'qt5-tools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/dglent/meteo-qt/archive/v${pkgver}.tar.gz")
-sha256sums=('8e35a9956e76041bd0a1ec4d97f69ad7b69b7ca5f73e1fe03ba6190bce4202e9')
+sha256sums=('701605d74033098657675d6ed101765790494fac30b83444a00cbee682496ada')
package() {
cd $pkgname-$pkgver