summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Rice2023-03-05 23:48:52 -0500
committerPeter Rice2023-03-05 23:48:52 -0500
commit575da136f67cc6b568bb065a394eaac6de036622 (patch)
tree0f28aa2586068420031419001f5622ad00c4b704
parentf4b18b6f9c976c80316447c06c087dbd83c2bdd0 (diff)
downloadaur-575da136f67cc6b568bb065a394eaac6de036622.tar.gz
move click to depends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 989b1b946db0..91c7a0da0caf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,10 +7,10 @@ pkgbase = qbpm-git
license = GPL
makedepends = git
makedepends = python-setuptools
- makedepends = python-click
makedepends = scdoc
depends = python
depends = python-pyxdg
+ depends = python-click
provides = qbpm
source = git+https://github.com/pvsr/qbpm
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 61709b3acd93..a8f27dc45eb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ url="https://github.com/pvsr/qbpm"
license=('GPL')
sha512sums=('SKIP')
arch=('any')
-depends=('python' 'python-pyxdg')
-makedepends=('git' 'python-setuptools' 'python-click' 'scdoc')
+depends=('python' 'python-pyxdg' 'python-click')
+makedepends=('git' 'python-setuptools' 'scdoc')
provides=('qbpm')
source=("git+https://github.com/pvsr/qbpm")