summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-05-04 17:42:24 +0800
committerlilac2019-05-04 17:42:24 +0800
commit731da64473a7ff8d6ba6730d620c01737cb34078 (patch)
tree5a68b8a0bc87977a403a809efaeb46d571c562aa
parent8cea49c31da518b917a05eac591776c9548aa5ab (diff)
downloadaur-731da64473a7ff8d6ba6730d620c01737cb34078.tar.gz
update by lilac
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f35a49a4fec..67ef2d8aa131 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
pkgbase = python-quamash
pkgdesc = Implementation of the asyncio (PEP 3156) event-loop with Qt
pkgver = 0.6.1
- pkgrel = 4
+ pkgrel = 6
url = https://github.com/harvimt/quamash
arch = any
- license = custom
+ license = BSD
makedepends = python-setuptools
makedepends = icu
makedepends = python-pyqt5
makedepends = qt5-base
depends = python
optdepends = python-pyqt5: PyQt5 implementation
- optdepends = python-pyqt4: PyQt4 implementation
optdepends = python-pyside: PySide implementation
source = https://files.pythonhosted.org/packages/01/1e/cf6f3c38cee61ed04fea58667f673adc67d6412eba0b3327dbb5732c1177/Quamash-0.6.1.tar.gz
- source = https://raw.githubusercontent.com/harvimt/quamash/master/LICENSE
+ source = LICENSE::https://raw.githubusercontent.com/harvimt/quamash/master/LICENSE
sha256sums = 6a31a6c9be7c20591e65a082b87566c82ccdfee4a7a11714655bd41b98f61b5c
sha256sums = 516399e35b13515ae36d61e195f55a9b28288636c29d4e3a5f62b54cef3e8653
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')