summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"