summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2021-11-02 11:23:47 +0100
committerPeter Mattern2021-11-02 11:23:47 +0100
commit7dfd21fc7cda84877f253db3b5caa737a6effc8f (patch)
treeb835cdee73f98a3a466d2f5fc94e7a38ed415880
parent085251384b2c640cc2b83c71db9c152365fa1ac9 (diff)
downloadaur-7dfd21fc7cda84877f253db3b5caa737a6effc8f.tar.gz
Upstream update: 2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77ad642de551..2e8b81f0286e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = meteo-qt
pkgdesc = System tray application for weather status information
- pkgver = 2.2
+ pkgver = 2.3
pkgrel = 1
url = https://github.com/dglent/meteo-qt
arch = any
@@ -11,7 +11,7 @@ pkgbase = meteo-qt
depends = python-sip
depends = python-urllib3
optdepends = qt5-translations: translations of some native UI components
- source = meteo-qt-2.2.tar.gz::https://github.com/dglent/meteo-qt/archive/refs/tags/v2.2.tar.gz
- sha256sums = 322b12d8d029982c40211f00ceb3ddc9a36600b3c833f1f08cfadeeba4583d9d
+ source = meteo-qt-2.3.tar.gz::https://github.com/dglent/meteo-qt/archive/refs/tags/v2.3.tar.gz
+ sha256sums = 44bdbfdc431ebd78fcac9cfc0b154efc980843f22c5eaa1584b4cf12dec5ae69
pkgname = meteo-qt
diff --git a/PKGBUILD b/PKGBUILD
index 0843157f87c6..9468502afb4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=meteo-qt
-pkgver=2.2
+pkgver=2.3
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/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('322b12d8d029982c40211f00ceb3ddc9a36600b3c833f1f08cfadeeba4583d9d')
+sha256sums=('44bdbfdc431ebd78fcac9cfc0b154efc980843f22c5eaa1584b4cf12dec5ae69')
package() {
cd $pkgname-$pkgver