summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorErik Dubois2017-04-25 11:00:39 -0400
committerErik Dubois2017-04-25 11:00:39 -0400
commit912d2a398f67da72d17993a9eaa236f923dc2575 (patch)
treeaf455be8be961c22656f43b1dfa0ac3885e85505 /PKGBUILD
parente3ec98d13d6f9743eebd104a1e80a1fde4eb47b3 (diff)
downloadaur-python-whither.tar.gz
updates
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}"