summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Yantis2015-08-21 11:58:41 -0700
committerJonathan Yantis2015-08-21 11:58:41 -0700
commit8ab0d9644163738dbee79a3c3bd19c8780fac9ec (patch)
treebdf183deb529e46599dce67f7a4a8a94e75c4ce4 /PKGBUILD
parentbc5265502d0662023cf725235922412e5c07fee7 (diff)
downloadaur-8ab0d9644163738dbee79a3c3bd19c8780fac9ec.tar.gz
PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eec9dd669328..fa619cac8794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
-# Maintainer: jyantis <yantis@yantis.net>
+# Maintainer: yantis@yantis.net
# R package isn't compiling anymore so temp removed.
+# Python packages are not working any more either and will need some work.
pkgbase=xgboost-git
pkgname=('xgboost-git'
@@ -8,11 +9,11 @@ pkgname=('xgboost-git'
'python2-xgboost-git'
)
# 'r-xgboost-git'
-pkgver=r1639.00a8076
-pkgrel=2
-url='https://github.com/tqchen/xgboost'
+pkgver=r1826.19eef1d
+pkgrel=1
+url='https://github.com/dmlc/xgboost'
license=('APACHE')
-source=('git+https://github.com/tqchen/xgboost.git')
+source=('git+https://github.com/dmlc/xgboost.git')
sha256sums=('SKIP')
makedepends=('git')
arch=('x86_64')