summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2020-01-30 02:55:39 +0100
committerPeter Mattern2020-01-30 02:55:39 +0100
commitffb32c6af48026eb12313bfcc5a07430de7dffc7 (patch)
tree749b0fba2ca1ee95abd62b9a7525a08de57c5f31
parent4cb30363726550d348746546bd8a36a7c2d231fc (diff)
downloadaur-ffb32c6af48026eb12313bfcc5a07430de7dffc7.tar.gz
Upstream update: release 1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6c98500a4f4..7762efac3518 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = meteo-qt
pkgdesc = System tray application for weather status information
- pkgver = 1.4
+ pkgver = 1.5
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.4.tar.gz::https://github.com/dglent/meteo-qt/archive/v1.4.tar.gz
- sha256sums = 4bc7e0af11d3a586bbc9a786841548c1cb7e0b7cdd273d2fef0baa719276699f
+ source = meteo-qt-1.5.tar.gz::https://github.com/dglent/meteo-qt/archive/v1.5.tar.gz
+ sha256sums = 1b32dbaf88340a47fe098daf905982125e06b00466f6e7c2a87e9c400c5a480f
pkgname = meteo-qt
diff --git a/PKGBUILD b/PKGBUILD
index 05818f7b0837..c60148db2e96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=meteo-qt
-pkgver=1.4
+pkgver=1.5
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::https://github.com/dglent/meteo-qt/archive/v${pkgver}.tar.gz")
-sha256sums=('4bc7e0af11d3a586bbc9a786841548c1cb7e0b7cdd273d2fef0baa719276699f')
+sha256sums=('1b32dbaf88340a47fe098daf905982125e06b00466f6e7c2a87e9c400c5a480f')
package() {
cd $pkgname-$pkgver