summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2021-03-16 13:38:16 +0200
committerChristoph Fink2021-03-16 13:38:16 +0200
commit02b0acc6cae7414d9bd87c7a7ab21e823463fb9f (patch)
tree11b15f36a83d49def04c1b6c901834492b969d0b
parent957f89cf6ce2f1743e83b8f3d00d65a6fd91bb36 (diff)
downloadaur-02b0acc6cae7414d9bd87c7a7ab21e823463fb9f.tar.gz
upgpkg: python-wolkenbruch 0.6.3-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19f2ea1a8f98..2ba24b6b3943 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.6.2
+ pkgver = 0.6.3
pkgrel = 1
url = https://gitlab.com/christophfink/wolkenbruch/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = python-wolkenbruch
depends = python-geocoder
depends = python-pyaml
depends = python-requests
- source = https://files.pythonhosted.org/packages/source/w/wolkenbruch/wolkenbruch-0.6.2.tar.gz
- sha256sums = ecee8db7acebb1626b528a38b28907655e7c0c14c5cc31baac06b1511f4b3815
+ source = https://files.pythonhosted.org/packages/source/w/wolkenbruch/wolkenbruch-0.6.3.tar.gz
+ sha256sums = 83a56fc39a9cedd73c2831afa458ec693ec248e934a45db63027d9c3d4479b86
pkgname = python-wolkenbruch
diff --git a/PKGBUILD b/PKGBUILD
index ffc55864d4b9..cf7b860f7ba1 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.6.2
+pkgver=0.6.3
pkgrel=1
arch=("x86_64" "i686")
@@ -22,7 +22,7 @@ depends=(
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=("ecee8db7acebb1626b528a38b28907655e7c0c14c5cc31baac06b1511f4b3815")
+sha256sums=("83a56fc39a9cedd73c2831afa458ec693ec248e934a45db63027d9c3d4479b86")
build() {
cd "${srcdir}/${_name}-${pkgver}"