summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeippo2020-02-26 13:00:25 +0000
committerpeippo2020-02-26 13:00:25 +0000
commit6adc4b8b631ce4f1f1cc3913570a5be4eb4bf70a (patch)
treefb35fe598210ccb01c106d1aae2d26e36e7c63f5
parent8879aabbf12ba409f7385e4437610bbab7133c12 (diff)
downloadaur-6adc4b8b631ce4f1f1cc3913570a5be4eb4bf70a.tar.gz
python-wolkenbruch-0.4.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35f07e7e21d7..990532e2fd87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-wolkenbruch
pkgdesc = Remind you to pack your rain gear when it’s forecast to rain
- pkgver = 0.2
+ pkgver = 0.4.1
pkgrel = 0
url = https://gitlab.com/christophfink/wolkenbruch/
arch = x86_64
@@ -8,10 +8,11 @@ pkgbase = python-wolkenbruch
license = BSD
makedepends = python-setuptools
depends = python
- depends = python-requests
depends = python-geocoder
- source = https://files.pythonhosted.org/packages/source/w/wolkenbruch/wolkenbruch-0.2.tar.gz
- sha256sums = 1e8cc7316e239976ef44cab6f5c6e24c090b0e7867cec044480b8581f1623895
+ depends = python-pyaml
+ depends = python-requests
+ source = https://files.pythonhosted.org/packages/source/w/wolkenbruch/wolkenbruch-0.4.1.tar.gz
+ sha256sums = 5df289cd2ff4205d03327cc511720e1a0c2774ef7de61c921204c71303df276c
pkgname = python-wolkenbruch
diff --git a/PKGBUILD b/PKGBUILD
index a80e3216d966..9c41ee50fbde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _name="${pkgname#python-}"
pkgdesc="Remind you to pack your rain gear when it’s forecast to rain"
url="https://gitlab.com/christophfink/wolkenbruch/"
-pkgver=0.2
+pkgver=0.4.1
pkgrel=0
arch=("x86_64" "i686")
@@ -16,12 +16,13 @@ makedepends=(
)
depends=(
"python"
- "python-requests"
"python-geocoder"
+ "python-pyaml"
+ "python-requests"
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=("1e8cc7316e239976ef44cab6f5c6e24c090b0e7867cec044480b8581f1623895")
+sha256sums=("5df289cd2ff4205d03327cc511720e1a0c2774ef7de61c921204c71303df276c")
build() {
cd "${srcdir}/${_name}-${pkgver}"