summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Vrátil2023-01-03 11:04:02 +0100
committerDaniel Vrátil2023-01-03 11:04:02 +0100
commita659f88841d9e17e0d4cbdf7f05bde0d8b5003c1 (patch)
treea075bb3c8ee19e6df19be9c8911abd134f4eb78e
parent47261f8f11cba5c7ee93f55a8a64a63e3fbd6d98 (diff)
downloadaur-a659f88841d9e17e0d4cbdf7f05bde0d8b5003c1.tar.gz
Add missing python-setuptools-scm and python-humanize dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 593256a722db..64bdcc23b6d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = python-aqtinstall
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools-scm
depends = python
depends = python-defusedxml
depends = python-requests
@@ -19,6 +20,7 @@ pkgbase = python-aqtinstall
depends = python-texttable
depends = python-patch
depends = python-py7zr
+ depends = python-humanize
source = python-aqtinstall::git+https://github.com/miurahr/aqtinstall.git#tag=v3.1.0
sha512sums = SKIP
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')