summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2016-05-16 14:29:30 +0200
committerPeter Mattern2016-05-16 14:29:30 +0200
commitf5ee638613bd1b580c5b678bd775f55e358b1522 (patch)
tree06aed9b0f63a69f6bb8336a493fafba45a78deb8
parentf7b273bb024a4aa2bf0dc71249cd0c2d734170dc (diff)
downloadaur-f5ee638613bd1b580c5b678bd775f55e358b1522.tar.gz
Upstream update: v0.9.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb2044b1c0b2..9452011af89b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 19 20:47:24 UTC 2016
+# Mon May 16 11:06:23 UTC 2016
pkgbase = meteo-qt
pkgdesc = System tray application for weather status information
- pkgver = 0.9.1
+ pkgver = 0.9.2
pkgrel = 1
url = https://github.com/dglent/meteo-qt
arch = any
@@ -14,8 +14,8 @@ pkgbase = meteo-qt
depends = python-pyqt5
depends = python-sip
depends = python-urllib3
- source = https://github.com/dglent/meteo-qt/archive/v0.9.1.tar.gz
- sha256sums = 1c50d513172088cbac82e0fc26d1e98bf71223213ada9c8509d7a04d1c43d90d
+ source = https://github.com/dglent/meteo-qt/archive/v0.9.2.tar.gz
+ sha256sums = 336f6badbfec1689d94f6128c02c7c72d27956d8e27aa3979990000698723570
pkgname = meteo-qt
diff --git a/PKGBUILD b/PKGBUILD
index 129348d4c38b..1735a7c668e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=meteo-qt
-pkgver=0.9.1
+pkgver=0.9.2
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=("https://github.com/dglent/meteo-qt/archive/v${pkgver}.tar.gz")
-sha256sums=('1c50d513172088cbac82e0fc26d1e98bf71223213ada9c8509d7a04d1c43d90d')
+sha256sums=('336f6badbfec1689d94f6128c02c7c72d27956d8e27aa3979990000698723570')
package() {
cd $pkgname-$pkgver