summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsolaraquarion2017-02-26 07:47:02 -0500
committersolaraquarion2017-02-26 07:47:02 -0500
commite3ec98d13d6f9743eebd104a1e80a1fde4eb47b3 (patch)
tree6e3f828d234998342705a8add14b3e1aa25ef1ee
parent4fba2b66387df5d7b65fba67a7526a9ec95e8c93 (diff)
downloadaur-e3ec98d13d6f9743eebd104a1e80a1fde4eb47b3.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8461e63a832b..e2121a4d0626 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 15 15:19:56 UTC 2017
+# Sun Feb 26 12:46:44 UTC 2017
pkgbase = python-whither
pkgdesc = Desktop application SDK for creating Universal Linux Applications.
- pkgver = 0.2.5
+ pkgver = 0.3.0
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.2.5.tar.gz
- md5sums = 48bb8c3ea43df1eb47bc00a2e1ac196f
+ source = https://files.pythonhosted.org/packages/source/w/whither/whither-0.3.0.tar.gz
+ md5sums = 50fef38fb0ca5571543c0da5c333b774
pkgname = python-whither
diff --git a/PKGBUILD b/PKGBUILD
index 6966e382702a..43b9362e51a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-whither
_module="${pkgname#*-}"
-pkgver=0.2.5
+pkgver=0.3.0
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=('48bb8c3ea43df1eb47bc00a2e1ac196f')
+md5sums=('50fef38fb0ca5571543c0da5c333b774')
build() {
cd "${srcdir}/${_module}-${pkgver}"