summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2017-03-09 21:31:39 +0100
committerPeter Mattern2017-03-09 21:31:39 +0100
commita82caf33e9782e0dd1bb397da07860882d1b4f98 (patch)
tree82329c4d49d5c25dbe42404ced8695b780878392
parent82583f34a9a36515b93eb64c422f43acb0dab5f3 (diff)
downloadaur-a82caf33e9782e0dd1bb397da07860882d1b4f98.tar.gz
Upstream update: v0.9.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 657f95a8a8d4..4099d2ac90cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Nov 26 18:09:47 UTC 2016
+# Thu Mar 9 20:31:10 UTC 2017
pkgbase = meteo-qt
pkgdesc = System tray application for weather status information
- pkgver = 0.9.4
- pkgrel = 2
+ pkgver = 0.9.5
+ pkgrel = 1
url = https://github.com/dglent/meteo-qt
arch = any
license = GPL3
@@ -14,8 +14,8 @@ pkgbase = meteo-qt
depends = python-pyqt5
depends = python-sip
depends = python-urllib3
- source = meteo-qt-0.9.4.tar.gz::https://github.com/dglent/meteo-qt/archive/v0.9.4.tar.gz
- sha256sums = 3d2788d6f38251a09ba276ad2e82924f5c9924527cf286b5aebf3abd4161db10
+ source = meteo-qt-0.9.5.tar.gz::https://github.com/dglent/meteo-qt/archive/v0.9.5.tar.gz
+ sha256sums = 7902883724c8eeb0efd3c6311192048a04dba4e9611f0d153724f5c46d7ae735
pkgname = meteo-qt
diff --git a/PKGBUILD b/PKGBUILD
index 1ed8ac84cb81..520b6fab44d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=meteo-qt
-pkgver=0.9.4
-pkgrel=2
+pkgver=0.9.5
+pkgrel=1
pkgdesc='System tray application for weather status information'
arch=('any')
url='https://github.com/dglent/meteo-qt'
@@ -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=('3d2788d6f38251a09ba276ad2e82924f5c9924527cf286b5aebf3abd4161db10')
+sha256sums=('7902883724c8eeb0efd3c6311192048a04dba4e9611f0d153724f5c46d7ae735')
package() {
cd $pkgname-$pkgver