summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2016-05-19 13:48:45 +0200
committerPeter Mattern2016-05-19 18:20:25 +0200
commit23591956ebb67db2c255464ae7574800c5421613 (patch)
tree71b3befb5fb54c49be3262e919b6383b009d206d
parentf5ee638613bd1b580c5b678bd775f55e358b1522 (diff)
downloadaur-23591956ebb67db2c255464ae7574800c5421613.tar.gz
Upstream update: v0.9.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9452011af89b..181c512312a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon May 16 11:06:23 UTC 2016
+# Thu May 19 16:20:17 UTC 2016
pkgbase = meteo-qt
pkgdesc = System tray application for weather status information
- pkgver = 0.9.2
+ pkgver = 0.9.3
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.2.tar.gz
- sha256sums = 336f6badbfec1689d94f6128c02c7c72d27956d8e27aa3979990000698723570
+ source = https://github.com/dglent/meteo-qt/archive/v0.9.3.tar.gz
+ sha256sums = 1a7ef9e5c61cf4b41fb2f2aef43f7ae33ef478d6b82c64e9733f23c8681ef902
pkgname = meteo-qt
diff --git a/PKGBUILD b/PKGBUILD
index 1735a7c668e2..ea47e2a34fd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=meteo-qt
-pkgver=0.9.2
+pkgver=0.9.3
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=('336f6badbfec1689d94f6128c02c7c72d27956d8e27aa3979990000698723570')
+sha256sums=('1a7ef9e5c61cf4b41fb2f2aef43f7ae33ef478d6b82c64e9733f23c8681ef902')
package() {
cd $pkgname-$pkgver