summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIyán Méndez Veiga2019-12-12 10:08:06 +0100
committerIyán Méndez Veiga2019-12-12 10:08:06 +0100
commit0427a736dc00f8e8ae01a3dcb7c99244c080af6f (patch)
tree1fafe7167175374ece4f32168159e39e5cfe8a65
parentc5dcb6a7e4ae13d6881861b64eb3aa1888fd337e (diff)
downloadaur-0427a736dc00f8e8ae01a3dcb7c99244c080af6f.tar.gz
Add missing pkgdesc
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76530774771c..50a7115c36e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,7 @@
pkgbase = python-dwdweather2
+ pkgdesc = Client to access weather data from Deutscher Wetterdienst (DWD), the federal meteorological service in Germany
pkgver = 0.11.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/panodata/dwdweather2
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 3c9886acf95c..72591d2b95fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=dwdweather2
pkgname=python-${_pkgname}
pkgver=0.11.1
-pkgrel=1
-pkgdesc=""
+pkgrel=2
+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"
license=('MIT')