summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2020-07-07 01:08:17 +0200
committerPeter Mattern2020-07-07 01:08:17 +0200
commitdebdbf51018c01e2aa85b3a1fa80590ddff044d4 (patch)
tree17b98e232ec000d420ec0c426a65c7362d8aa71e
parentee267447839caff3794f8b580a0b3d711d3b6668 (diff)
downloadaur-debdbf51018c01e2aa85b3a1fa80590ddff044d4.tar.gz
Upstream update: 1.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e835092929d..b99846700252 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = meteo-qt
pkgdesc = System tray application for weather status information
- pkgver = 1.8
+ pkgver = 1.9
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.8.tar.gz::https://github.com/dglent/meteo-qt/archive/v1.8.tar.gz
- sha256sums = 192e2bceb3b1ec423c1904b104eac845abfee3d3c14c3f6532596e2cda94ae8f
+ source = meteo-qt-1.9.tar.gz::https://github.com/dglent/meteo-qt/archive/v1.9.tar.gz
+ sha256sums = aa14330c09716b2348d9a906846ec0ca838bee2959ac4a4c664565e0c7f4e35a
pkgname = meteo-qt
diff --git a/PKGBUILD b/PKGBUILD
index 84653b7c4403..41348fc24a7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=meteo-qt
-pkgver=1.8
+pkgver=1.9
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=('192e2bceb3b1ec423c1904b104eac845abfee3d3c14c3f6532596e2cda94ae8f')
+sha256sums=('aa14330c09716b2348d9a906846ec0ca838bee2959ac4a4c664565e0c7f4e35a')
package() {
cd $pkgname-$pkgver