summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIyán Méndez Veiga2020-12-05 18:24:43 +0100
committerIyán Méndez Veiga2020-12-05 18:24:43 +0100
commit8890c9c4c4d1c834475915ebc5b57d4226c14188 (patch)
tree094828a985d8a3e169c4cc83b0588af4fac93f3a
parentf66aae0afe7df312d2d2ed451784fa0898cd3d0d (diff)
downloadaur-8890c9c4c4d1c834475915ebc5b57d4226c14188.tar.gz
Update to 0.14.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9d535c24f75..786630963c81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-dwdweather2
pkgdesc = Client to access weather data from Deutscher Wetterdienst (DWD), the federal meteorological service in Germany
- pkgver = 0.12.0
- pkgrel = 2
+ pkgver = 0.14.0
+ pkgrel = 1
url = https://github.com/panodata/dwdweather2
arch = x86_64
license = MIT
@@ -11,8 +11,8 @@ pkgbase = python-dwdweather2
depends = python-requests
depends = python-requests-cache
depends = python-beautifulsoup4
- source = dwdweather2-0.12.0.tar.gz::https://github.com/panodata/dwdweather2/archive/0.12.0.tar.gz
- sha256sums = f3107b8d23092c4a3b628e9853f26724f34de62a69ba73c1ccfee7f0fc99836b
+ source = dwdweather2-0.14.0.tar.gz::https://github.com/panodata/dwdweather2/archive/0.14.0.tar.gz
+ sha256sums = 876b83b0e008e001e7ad73e366981aa0eab88e966ecd9cffdfb3fae57198957c
pkgname = python-dwdweather2
diff --git a/PKGBUILD b/PKGBUILD
index dc533380ce48..b1850a1cce9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Iyán Méndez Veiga <me (at) iyanmv (dot) com>
_pkgname=dwdweather2
pkgname=python-${_pkgname}
-pkgver=0.12.0
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
pkgdesc="Client to access weather data from Deutscher Wetterdienst (DWD), the federal meteorological service in Germany"
arch=('x86_64')
url="https://github.com/panodata/dwdweather2"
@@ -18,7 +18,7 @@ makedepends=(
'python-setuptools'
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/panodata/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('f3107b8d23092c4a3b628e9853f26724f34de62a69ba73c1ccfee7f0fc99836b')
+sha256sums=('876b83b0e008e001e7ad73e366981aa0eab88e966ecd9cffdfb3fae57198957c')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"