summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2019-03-18 01:01:42 +0100
committerPeter Mattern2019-03-18 01:01:42 +0100
commitc5029834ab758e5e91f5832ae3dcfebd591a7124 (patch)
tree03f2ebe15626895b695b3a15c9076180385169ff
parenta82caf33e9782e0dd1bb397da07860882d1b4f98 (diff)
downloadaur-c5029834ab758e5e91f5832ae3dcfebd591a7124.tar.gz
Upstream update: v0.9.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4099d2ac90cc..c1430aa8a816 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Mar 9 20:31:10 UTC 2017
pkgbase = meteo-qt
pkgdesc = System tray application for weather status information
- pkgver = 0.9.5
+ pkgver = 0.9.6
pkgrel = 1
url = https://github.com/dglent/meteo-qt
arch = any
@@ -14,8 +12,8 @@ pkgbase = meteo-qt
depends = python-pyqt5
depends = python-sip
depends = python-urllib3
- source = meteo-qt-0.9.5.tar.gz::https://github.com/dglent/meteo-qt/archive/v0.9.5.tar.gz
- sha256sums = 7902883724c8eeb0efd3c6311192048a04dba4e9611f0d153724f5c46d7ae735
+ source = meteo-qt-0.9.6.tar.gz::https://github.com/dglent/meteo-qt/archive/v0.9.6.tar.gz
+ sha256sums = 8e35a9956e76041bd0a1ec4d97f69ad7b69b7ca5f73e1fe03ba6190bce4202e9
pkgname = meteo-qt
diff --git a/PKGBUILD b/PKGBUILD
index 520b6fab44d8..f15a6289800f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=meteo-qt
-pkgver=0.9.5
+pkgver=0.9.6
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=('7902883724c8eeb0efd3c6311192048a04dba4e9611f0d153724f5c46d7ae735')
+sha256sums=('8e35a9956e76041bd0a1ec4d97f69ad7b69b7ca5f73e1fe03ba6190bce4202e9')
package() {
cd $pkgname-$pkgver