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 43b9362e51a1..4e15d3c91672 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-whither
_module="${pkgname#*-}"
-pkgver=0.3.0
+pkgver=0.3.2
pkgrel=1
pkgdesc='Desktop application SDK for creating Universal Linux Applications.'
url="https://github.com/antergos/whither"
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
license=('GPL')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/w/${_module}/${_module}-${pkgver}.tar.gz")
-md5sums=('50fef38fb0ca5571543c0da5c333b774')
+md5sums=('89ae56f43a096e10f4209df3808bc3b7')
build() {
cd "${srcdir}/${_module}-${pkgver}"