summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Krenek (Mikos)2016-03-03 15:54:12 +0100
committerMichal Krenek (Mikos)2016-03-03 15:54:12 +0100
commitfa3bf104c8e8ce5b076ab8bd8420d6b84248d480 (patch)
tree287d00e05ee2ba8acbcad9ec6e7ad8c61d70ddd3
parentb7a7b59a080582fa810e09d535354b9d211eb432 (diff)
downloadaur-fa3bf104c8e8ce5b076ab8bd8420d6b84248d480.tar.gz
Updated version and fixed makedepends
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7357d0a272d4..1cb2fcd42878 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,17 @@
+# Generated by mksrcinfo v8
+# Thu Mar 3 14:53:25 UTC 2016
pkgbase = python-quamash
pkgdesc = Implementation of the asyncio (PEP 3156) event-loop with Qt
- pkgver = 0.5.3
- pkgrel = 2
+ pkgver = 0.5.4
+ pkgrel = 1
url = https://github.com/harvimt/quamash
arch = any
license = BSD
makedepends = python-setuptools
+ makedepends = icu
depends = python-pyqt5
- source = https://pypi.python.org/packages/source/Q/Quamash/Quamash-0.5.3.tar.gz
- md5sums = af1f34eb94ea0d9719f71a18c0550dea
+ source = https://pypi.python.org/packages/source/Q/Quamash/Quamash-0.5.4.zip
+ sha256sums = adab67960c1135643c5cee74c4cb4d1385869a8ef4058f0e93b644b646f32a8d
pkgname = python-quamash
diff --git a/PKGBUILD b/PKGBUILD
index 1ba58302fe27..7e6b396c28e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Michal Krenek (Mikos) <m.krenek@gmail.com>
pkgname=python-quamash
-pkgver=0.5.3
-pkgrel=2
+pkgver=0.5.4
+pkgrel=1
pkgdesc="Implementation of the asyncio (PEP 3156) event-loop with Qt"
arch=('any')
url="https://github.com/harvimt/quamash"
license=('BSD')
depends=('python-pyqt5')
-makedepends=('python-setuptools')
-source=(https://pypi.python.org/packages/source/Q/Quamash/Quamash-$pkgver.tar.gz)
-md5sums=('af1f34eb94ea0d9719f71a18c0550dea')
+makedepends=('python-setuptools' 'icu')
+source=(https://pypi.python.org/packages/source/Q/Quamash/Quamash-$pkgver.zip)
+sha256sums=('adab67960c1135643c5cee74c4cb4d1385869a8ef4058f0e93b644b646f32a8d')
build() {
cd "$srcdir/Quamash-$pkgver"