summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2019-05-04 17:42:24 +0800
committerlilac2019-05-04 17:42:24 +0800
commit731da64473a7ff8d6ba6730d620c01737cb34078 (patch)
tree5a68b8a0bc87977a403a809efaeb46d571c562aa /PKGBUILD
parent8cea49c31da518b917a05eac591776c9548aa5ab (diff)
downloadaur-731da64473a7ff8d6ba6730d620c01737cb34078.tar.gz
update by lilac
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62a2c82be0ff..924b6115caef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,20 @@
pkgname=python-quamash
_pkgname=Quamash
pkgver=0.6.1
-pkgrel=4
+pkgrel=6
pkgdesc="Implementation of the asyncio (PEP 3156) event-loop with Qt"
arch=('any')
url="https://github.com/harvimt/quamash"
-license=('custom')
+license=('BSD')
depends=('python')
makedepends=('python-setuptools' 'icu' 'python-pyqt5' 'qt5-base')
optdepends=(
'python-pyqt5: PyQt5 implementation'
- 'python-pyqt4: PyQt4 implementation'
'python-pyside: PySide implementation'
)
source=(
"https://files.pythonhosted.org/packages/01/1e/cf6f3c38cee61ed04fea58667f673adc67d6412eba0b3327dbb5732c1177/$_pkgname-$pkgver.tar.gz"
- "https://raw.githubusercontent.com/harvimt/quamash/master/LICENSE"
+ "LICENSE::https://raw.githubusercontent.com/harvimt/quamash/master/LICENSE"
)
sha256sums=('6a31a6c9be7c20591e65a082b87566c82ccdfee4a7a11714655bd41b98f61b5c'
'516399e35b13515ae36d61e195f55a9b28288636c29d4e3a5f62b54cef3e8653')