summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2015-12-02 12:06:31 +0100
committerPeter Mattern2015-12-02 12:06:31 +0100
commited3cb623fc66625a64a2d70d8e62d0e9a9b60aa1 (patch)
tree0df2368d9ddbd95628ba75a0656e02642612fcdb
parentc58be32d3ba9d141a0ece5ba86d97cba2e1363be (diff)
downloadaur-ed3cb623fc66625a64a2d70d8e62d0e9a9b60aa1.tar.gz
Upstream update: v0.8.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e90b1926339a..fc5b93d19e10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = meteo-qt
pkgdesc = System tray application for weather status information
- pkgver = 0.8.6
+ pkgver = 0.8.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 = https://github.com/dglent/meteo-qt/archive/v0.8.6.tar.gz
- sha256sums = fccd4a5414dd8481ce6b567ed966d8e1150c2529f94f2fb6444e87417ff0b6aa
+ source = https://github.com/dglent/meteo-qt/archive/v0.8.7.tar.gz
+ sha256sums = bbc298e714ce7978f57afa08babb59c15268a1136ae4ddfe553fdb9e13fa4994
pkgname = meteo-qt
diff --git a/PKGBUILD b/PKGBUILD
index 91634afa0be2..554dd692f617 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=meteo-qt
-pkgver=0.8.6
+pkgver=0.8.7
pkgrel=1
pkgdesc='System tray application for weather status information'
arch=('any')
@@ -9,8 +9,8 @@ url='https://github.com/dglent/meteo-qt'
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/v0.8.6.tar.gz')
-sha256sums=('fccd4a5414dd8481ce6b567ed966d8e1150c2529f94f2fb6444e87417ff0b6aa')
+source=("https://github.com/dglent/meteo-qt/archive/v${pkgver}.tar.gz")
+sha256sums=('bbc298e714ce7978f57afa08babb59c15268a1136ae4ddfe553fdb9e13fa4994')
package() {
cd $pkgname-$pkgver