summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Krenek (Mikos)2015-09-04 23:25:43 +0200
committerMichal Krenek (Mikos)2015-09-04 23:25:43 +0200
commit06214062d7300976cde4047b5ff1ded1a4b05bf8 (patch)
tree8c5399f4f7245d97f535657140a1ccf371699a68
parent69c3f1b8d5670701a1acb1bedf2cb725fbe7e33e (diff)
downloadaur-06214062d7300976cde4047b5ff1ded1a4b05bf8.tar.gz
Updated to version 0.5.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0318518e4856..3c62e22ae194 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-quamash
pkgdesc = Implementation of the asyncio (PEP 3156) event-loop with Qt
- pkgver = 0.5.1
+ pkgver = 0.5.3
pkgrel = 1
url = https://github.com/harvimt/quamash
arch = any
license = BSD
makedepends = python-setuptools
depends = python-pyqt4
- source = https://pypi.python.org/packages/source/Q/Quamash/Quamash-0.5.1.tar.gz
- md5sums = c5fa317f615eafd492560771bc2caeca
+ source = https://pypi.python.org/packages/source/Q/Quamash/Quamash-0.5.3.tar.gz
+ md5sums = af1f34eb94ea0d9719f71a18c0550dea
pkgname = python-quamash
diff --git a/PKGBUILD b/PKGBUILD
index 69e93dd21a53..01217db4c1b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michal Krenek (Mikos) <m.krenek@gmail.com>
pkgname=python-quamash
-pkgver=0.5.1
+pkgver=0.5.3
pkgrel=1
pkgdesc="Implementation of the asyncio (PEP 3156) event-loop with Qt"
arch=('any')
@@ -9,7 +9,7 @@ license=('BSD')
depends=('python-pyqt4')
makedepends=('python-setuptools')
source=(https://pypi.python.org/packages/source/Q/Quamash/Quamash-$pkgver.tar.gz)
-md5sums=('c5fa317f615eafd492560771bc2caeca')
+md5sums=('af1f34eb94ea0d9719f71a18c0550dea')
build() {
cd "$srcdir/Quamash-$pkgver"