summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-05-02 17:31:29 +0100
committerGrey Christoforo2019-05-02 17:31:29 +0100
commit1e43b3e3acc7981a0edfd42e352d50c69545afbe (patch)
tree35ebd78d480fa5abc162966b709115324ce916eb
parenta1dde1b7eafcf45de24c4773047b2542d2d357a4 (diff)
downloadaur-1e43b3e3acc7981a0edfd42e352d50c69545afbe.tar.gz
fix dep name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73ee2dc8feea..b6ef7d851b01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = python-mutovis-control
arch = any
license = GPL-3.0
makedepends = python-setuptools
- makedepends = setuptools-scm-git-archive
+ makedepends = python-setuptools-scm-git-archive
makedepends = python-setuptools-scm
depends = python
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 3b36220a1d36..c9e86ac41fc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url=https://github.com/mutovis/control-software
license=('GPL-3.0')
depends=('python' 'python-numpy' 'python-matplotlib' 'python-pyserial' 'python-h5py' 'python-pyvisa' 'python-pyvisa-py' 'python-mpmath' 'python-pyftdi')
install=python-mutovis-control.install
-makedepends=('python-setuptools' 'setuptools-scm-git-archive' 'python-setuptools-scm')
+makedepends=('python-setuptools' 'python-setuptools-scm-git-archive' 'python-setuptools-scm')
backup=('etc/gpib.conf' 'usr/etc/gpib.conf')
source=("https://github.com/mutovis/${_pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('fdc5518bd8337e81872c5491e7f813a4b408abff28f23ef22cb30ae6c20d63c7')