summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUrbain Vaes2018-10-19 13:47:49 +0200
committerUrbain Vaes2018-10-19 13:47:49 +0200
commita2ea0a283646e9a63c82c60499bc1ec7ffac88a7 (patch)
tree0cac12d065c58144217bf95cc0556037ba2c42ea
parent9e3d832e19fdc400716fbb5108444dddf34b98ac (diff)
downloadaur-a2ea0a283646e9a63c82c60499bc1ec7ffac88a7.tar.gz
Remove make from makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ef74bbd6479..16f53ba7432c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Library for the Hermite spectral method"
arch=(any)
url="https://github.com/urbainvaes/hermipy"
license=(GPL)
-makedepends=(git python-setuptools cmake make boost boost-libs)
+makedepends=(git python-setuptools cmake boost boost-libs)
depends=(python-sympy python-numpy python-scipy)
source=("git+https://github.com/urbainvaes/hermipy")
md5sums=(SKIP)