summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanManN2018-12-21 23:05:02 -0500
committerDanManN2018-12-21 23:05:02 -0500
commit02fc49b3052120f86b2e3fd0628e5d89563e3ddd (patch)
tree1c911666887e6749d6d39adcc6e24cf81151663f
parentfebd2b8490b9063b189b95b271060f5532d158c2 (diff)
downloadaur-02fc49b3052120f86b2e3fd0628e5d89563e3ddd.tar.gz
update makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b224518e73b6..ba942c30c59f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-msgpack-numpy-git
pkgdesc = Python 3 package that provides encoding and decoding routines that enable the serialization and deserialization of numerical and array data types provided by numpy using the highly efficient msgpack format.
pkgver = 0.4.4.2.r95.ff6901d
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/lebedov/msgpack-numpy
arch = any
license = BSD
makedepends = git
+ makedepends = python-setuptools
depends = python
depends = python-numpy
depends = python-msgpack
diff --git a/PKGBUILD b/PKGBUILD
index 544e31c2d460..9eb3c0e19c70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-msgpack-numpy-git
pkgver=0.4.4.2.r95.ff6901d
_gitname=msgpack-numpy
-pkgrel=3
+pkgrel=4
pkgdesc="Python 3 package that provides encoding and decoding routines that enable the serialization and deserialization of numerical and array data types provided by numpy using the highly efficient msgpack format."
arch=('any')
url='https://github.com/lebedov/msgpack-numpy'
@@ -13,7 +13,7 @@ depends=('python'
'python-msgpack')
source=('git+https://github.com/lebedov/msgpack-numpy.git')
sha256sums=('SKIP')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
provides=('python-msgpack-numpy')
conflicts=('python-msgpack-numpy')