summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio@Zathog2024-02-03 21:57:11 +0100
committerAntonio@Zathog2024-02-03 21:57:11 +0100
commit41f57e0ea383a12d6f957cc1767da9d77ea56bcf (patch)
treebaf87f2c086bf0b18d9d7dac80ac717e280e18fe /PKGBUILD
parentb46c369e9ec0bd35d3eb12aaa865cf0c3adb9efd (diff)
downloadaur-python-taurus-pyqtgraph.tar.gz
fix deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc286a86c168..1bb9731991f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://gitlab.com/taurus-org/${_name}"
license=('LGPL3')
depends=(python-pyqtgraph python-taurus python-pyqt5-datavisualization)
optdepends=('python-pyhdbpp: Plotting data from the HDB++ archiver')
-makedepends=(python-setuptools)
+makedepends=(python-build python-installer)
source=("${_name}-${pkgver}.tar.gz::https://gitlab.com/taurus-org/${_name}/-/archive/${pkgver}/${_name}-${pkgver}.tar.gz")
sha256sums=("5202496ff6f7305eab21053d8811de729b5046d2fe2aa085c085f328328d96d7")