summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2020-09-01 09:26:05 +0200
committerAleksandar Trifunovic2020-09-01 09:26:05 +0200
commit76fd7dc620927f57083fbec132bb945db43ab430 (patch)
tree2783ba4bdf17ab1dd8972d106f8ddc3783008d22
parent761400f368e71b1390a53f3eccd1eee8067268bf (diff)
downloadaur-76fd7dc620927f57083fbec132bb945db43ab430.tar.gz
v3.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d532ed59cfcc..6437b23f22c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightgbm
pkgdesc = Distributed gradient boosting framework based on decision tree algorithms.
- pkgver = 2.3.1
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/Microsoft/LightGBM
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = lightgbm
depends = boost-libs
depends = ocl-icd
depends = openmpi
- source = https://github.com/Microsoft/LightGBM/archive/v2.3.1.tar.gz
- sha256sums = b2b8ed5e06be21444c4e9defd66877510d1800a650543f75bfc1b28f77745b84
+ source = https://github.com/Microsoft/LightGBM/archive/v3.0.0.tar.gz
+ sha256sums = 940563ece81d94eb843c2d1dc702da5af7c2a67fb1ccf31d64b39e00262d35b5
pkgname = lightgbm
diff --git a/PKGBUILD b/PKGBUILD
index ae9e1a437535..f62777319f7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=LightGBM
pkgbase=lightgbm
pkgname=("${pkgbase}" "python-${pkgbase}")
-pkgver=2.3.1
+pkgver=3.0.0
pkgrel=1
pkgdesc="Distributed gradient boosting framework based on decision tree algorithms."
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('MIT')
depends=('boost-libs' 'ocl-icd' 'openmpi')
makedepends=('boost' 'cmake' 'opencl-headers' 'python-setuptools')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('b2b8ed5e06be21444c4e9defd66877510d1800a650543f75bfc1b28f77745b84')
+sha256sums=('940563ece81d94eb843c2d1dc702da5af7c2a67fb1ccf31d64b39e00262d35b5')
build() {
cd "${_pkgname}-${pkgver}"