summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2018-10-03 22:44:43 +0200
committerAleksandar Trifunovic2018-10-03 22:44:43 +0200
commit6aa875a12a58a20f4a8df2216df5ac2939213ed5 (patch)
tree095ce82af42704d6e18629c78a112d32801f6bca
parent61de5937f81bc03283caed177fb5b059f4588ff6 (diff)
downloadaur-6aa875a12a58a20f4a8df2216df5ac2939213ed5.tar.gz
2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4a4bf0c92b1..b3e910557d33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightgbm
pkgdesc = Distributed gradient boosting framework based on decision tree algorithms.
- pkgver = 2.2.0
+ pkgver = 2.2.1
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.2.0.tar.gz
- sha256sums = b96e9f256b596f46d94224bfa3f52fba59e891f86e75d77fff11a66b9570fdca
+ source = https://github.com/Microsoft/LightGBM/archive/v2.2.1.tar.gz
+ sha256sums = 9ae4953ddaaa00923bf1ed40eb63179c0d2c4fcf7d008ccf8c22e955e85418b9
pkgname = lightgbm
diff --git a/PKGBUILD b/PKGBUILD
index 1f1c77bb0751..8a264a1d00a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=LightGBM
pkgbase=lightgbm
pkgname=("${pkgbase}" "python-${pkgbase}")
-pkgver=2.2.0
+pkgver=2.2.1
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=('b96e9f256b596f46d94224bfa3f52fba59e891f86e75d77fff11a66b9570fdca')
+sha256sums=('9ae4953ddaaa00923bf1ed40eb63179c0d2c4fcf7d008ccf8c22e955e85418b9')
build() {
cd "${_pkgname}-${pkgver}"