summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Dubois2017-04-25 11:00:39 -0400
committerErik Dubois2017-04-25 11:00:39 -0400
commit912d2a398f67da72d17993a9eaa236f923dc2575 (patch)
treeaf455be8be961c22656f43b1dfa0ac3885e85505
parente3ec98d13d6f9743eebd104a1e80a1fde4eb47b3 (diff)
downloadaur-912d2a398f67da72d17993a9eaa236f923dc2575.tar.gz
updates
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2121a4d0626..83ac29c7e3f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 26 12:46:44 UTC 2017
+# Tue Apr 25 15:00:35 UTC 2017
pkgbase = python-whither
pkgdesc = Desktop application SDK for creating Universal Linux Applications.
- pkgver = 0.3.0
+ pkgver = 0.3.2
pkgrel = 1
url = https://github.com/antergos/whither
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-whither
depends = python-pyqt5
depends = qt5-webengine
depends = python-ruamel-yaml
- source = https://files.pythonhosted.org/packages/source/w/whither/whither-0.3.0.tar.gz
- md5sums = 50fef38fb0ca5571543c0da5c333b774
+ source = https://files.pythonhosted.org/packages/source/w/whither/whither-0.3.2.tar.gz
+ md5sums = 89ae56f43a096e10f4209df3808bc3b7
pkgname = python-whither
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}"