summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartino Pilia2018-07-31 13:13:10 +0200
committerMartino Pilia2018-07-31 13:13:10 +0200
commit6fa88120a7dea9b1cadc670de8689a313fb1a0f1 (patch)
tree8fef42836c84365b803429f14bac804ca1a4f37b /PKGBUILD
parente5b912456d74dd1c8c1a182353dc2aa56f8e6cf7 (diff)
downloadaur-6fa88120a7dea9b1cadc670de8689a313fb1a0f1.tar.gz
should already be a dependency of setuptools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a1dca019912..d4ba9b526186 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_name=scikit-build
pkgname=python-${_name}
pkgver=0.7.1
-pkgrel=2
+pkgrel=3
pkgdesc='Improved build system generator for CPython C, C++, Cython and Fortran extensions'
arch=('any')
url='https://github.com/scikit-build/scikit-build'
license=('MIT')
-depends=('python-setuptools' 'python-wheel' 'python-packaging')
+depends=('python-setuptools' 'python-wheel')
makedepends=()
source=("https://github.com/scikit-build/scikit-build/archive/${pkgver}.tar.gz")
md5sums=('1c918a1379f55d74d5a41bf64a1e6eec')