summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2020-07-07 01:04:50 +0200
committerPeter Mattern2020-07-07 01:04:50 +0200
commite1ea40a7b17a294683aea2f4fbaaae685616bbd9 (patch)
tree15b1d184cfd54f199b1ac0a07f0f5e91e702dc92
parent2f55a6388ac95126d914378bda8d9bec851d66e4 (diff)
downloadaur-e1ea40a7b17a294683aea2f4fbaaae685616bbd9.tar.gz
Upstream update: 1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbb977d0f657..ff3383124869 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = meteo-qt
pkgdesc = System tray application for weather status information
- pkgver = 1.6.1
+ pkgver = 1.7
pkgrel = 1
url = https://github.com/dglent/meteo-qt
arch = any
@@ -11,8 +11,8 @@ pkgbase = meteo-qt
depends = python-sip
depends = python-urllib3
optdepends = qt5-translations: translations of some native UI components
- source = meteo-qt-1.6.1.tar.gz::https://github.com/dglent/meteo-qt/archive/v1.6.1.tar.gz
- sha256sums = ea185271eb98c701249e146efb8b208468b81b92ba95bf8d26961ab95a1aa930
+ source = meteo-qt-1.7.tar.gz::https://github.com/dglent/meteo-qt/archive/v1.7.tar.gz
+ sha256sums = c7c4f81bdbbe402b6c72a277b9156f3f1c0cf0380733366bc6fcce1ce512d9a0
pkgname = meteo-qt
diff --git a/PKGBUILD b/PKGBUILD
index 3c93d742f88d..140ac28d236c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=meteo-qt
-pkgver=1.6.1
+pkgver=1.7
pkgrel=1
pkgdesc='System tray application for weather status information'
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-lxml' 'python-pyqt5' 'python-sip' 'python-urllib3')
makedepends=('qt5-tools')
optdepends=('qt5-translations: translations of some native UI components')
source=("$pkgname-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('ea185271eb98c701249e146efb8b208468b81b92ba95bf8d26961ab95a1aa930')
+sha256sums=('c7c4f81bdbbe402b6c72a277b9156f3f1c0cf0380733366bc6fcce1ce512d9a0')
package() {
cd $pkgname-$pkgver