summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2020-01-30 02:53:26 +0100
committerPeter Mattern2020-01-30 02:53:26 +0100
commit4cb30363726550d348746546bd8a36a7c2d231fc (patch)
treee31c1a08ac454d928e659fa1bf47286dcb069774
parent0fb7655e580c41733902ff2064a74739a419637c (diff)
downloadaur-4cb30363726550d348746546bd8a36a7c2d231fc.tar.gz
Upstream update: release 1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a041c74c7050..e6c98500a4f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = meteo-qt
pkgdesc = System tray application for weather status information
- pkgver = 1.3
+ pkgver = 1.4
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.3.tar.gz::https://github.com/dglent/meteo-qt/archive/v1.3.tar.gz
- sha256sums = f3c3cabe4c08c9e41162c352ebd32a39d0dc2be47acb0c015a362c4280347a56
+ source = meteo-qt-1.4.tar.gz::https://github.com/dglent/meteo-qt/archive/v1.4.tar.gz
+ sha256sums = 4bc7e0af11d3a586bbc9a786841548c1cb7e0b7cdd273d2fef0baa719276699f
pkgname = meteo-qt
diff --git a/PKGBUILD b/PKGBUILD
index 85a91b4ab02c..05818f7b0837 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=meteo-qt
-pkgver=1.3
+pkgver=1.4
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=('f3c3cabe4c08c9e41162c352ebd32a39d0dc2be47acb0c015a362c4280347a56')
+sha256sums=('4bc7e0af11d3a586bbc9a786841548c1cb7e0b7cdd273d2fef0baa719276699f')
package() {
cd $pkgname-$pkgver