summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac4b8ef48688..60a2ecfa1f31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
_name=aqtinstall
pkgname=python-aqtinstall
pkgver=3.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Another unofficial Qt installer"
arch=(any)
url="https://github.com/miurahr/aqtinstall"
license=('MIT')
depends=(python python-defusedxml python-requests python-beautifulsoup4
python-semantic-version python-texttable python-patch
- python-py7zr)
-makedepends=('python-twine' 'python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-pytest' 'python-pytest-socket')
+ python-py7zr python-humanize)
+makedepends=(python-twine python-build python-installer python-wheel python-setuptools-scm)
+checkdepends=(python-pytest python-pytest-socket)
source=($pkgname::git+${url}.git#tag=v${pkgver})
sha512sums=('SKIP')