summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Popov2016-03-13 14:20:32 +0300
committerDmitry Popov2016-03-13 15:31:02 +0300
commit413727e7e9e567a64c6d0d7a564ad2ab0fb0a1b7 (patch)
treee75acb6a053c5e5649d01cc1d90e7b8f06f9098d
parentf55ac462c9a7c382a1a7ff6fc6d1f94754fdf479 (diff)
downloadaur-413727e7e9e567a64c6d0d7a564ad2ab0fb0a1b7.tar.gz
Fix makedepends
makedepends can't be overriden in package_*, so make it global
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bd9e7d4f0fe..7c82c7b29beb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
-# Generated by makepkg 5.0.0
-# Sun Feb 14 17:04:13 UTC 2016
pkgbase = xgboost-git
- pkgver = r2367.70d9732
+ pkgver = r2571.3ce3356
pkgrel = 1
url = https://github.com/dmlc/xgboost
arch = x86_64
license = APACHE
+ makedepends = python2-setuptools
+ makedepends = python-setuptools
source = git+https://github.com/dmlc/xgboost.git
source = git+https://github.com/dmlc/dmlc-core
source = git+https://github.com/dmlc/rabit
diff --git a/PKGBUILD b/PKGBUILD
index 4d45ee48583a..9f0d14bc7084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=xgboost-git
pkgname=('xgboost-git'
'python-xgboost-git'
'python2-xgboost-git')
-pkgver=r2367.70d9732
+pkgver=r2571.3ce3356
pkgrel=1
url='https://github.com/dmlc/xgboost'
license=('APACHE')
@@ -13,6 +13,7 @@ source=('git+https://github.com/dmlc/xgboost.git'
'git+https://github.com/dmlc/dmlc-core'
'git+https://github.com/dmlc/rabit'
'python_no_libs.patch')
+makedepends=('python2-setuptools' 'python-setuptools')
arch=('x86_64')
sha256sums=('SKIP'
'SKIP'
@@ -79,7 +80,6 @@ package_python2-xgboost-git() {
'python2'
'python2-numpy'
'python2-scipy')
- makedepends=('python2-setuptools')
conflicts=('python2-xgboost')
provides=('python2-xgboost')
@@ -94,7 +94,6 @@ package_python-xgboost-git() {
'python'
'python-numpy'
'python-scipy')
- makedepends=('python-setuptools')
conflicts=('python-xgboost')
provides=('python-xgboost')