summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-08-25 20:52:12 +0000
committerDaniel Bermond2018-08-25 20:54:17 +0000
commit9bf64a52d591831fdeaae7ebbc30f8165db3ed64 (patch)
treef3d816d699c59b8c3d3b72464a83eb0b5d28b60a
parent5b71d8e4db9a38384e998fff4f125f857303f49c (diff)
downloadaur-9bf64a52d591831fdeaae7ebbc30f8165db3ed64.tar.gz
optdepends: change java dependency
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca07a787a47e..c29a41ff837c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libsvm
pkgdesc = A library for Support Vector Machines classification (includes binaries and bindings for python and java)
pkgver = 3.23
- pkgrel = 2
+ pkgrel = 3
url = http://www.csie.ntu.edu.tw/~cjlin/libsvm/
arch = i686
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = libsvm
makedepends = python
depends = gcc-libs
optdepends = qt5-base: for Qt5 interface with svm-toy
- optdepends = python: for python modules and tools
- optdepends = java-environment: for java bindings
+ optdepends = python: for python modules and CLI tools
+ optdepends = java-runtime: for java bindings
source = libsvm-3.23.tar.gz::https://github.com/cjlin1/libsvm/archive/v323.tar.gz
sha256sums = 7a466f90f327a98f8ed1cb217570547bcb00077933d1619f3cb9e73518f38196
diff --git a/PKGBUILD b/PKGBUILD
index ab67de492a0c..dd6dcb7fa9bb 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=libsvm
pkgver=3.23
_srcver="${pkgver/./}"
-pkgrel=2
+pkgrel=3
pkgdesc='A library for Support Vector Machines classification (includes binaries and bindings for python and java)'
arch=('i686' 'x86_64')
url='http://www.csie.ntu.edu.tw/~cjlin/libsvm/'
@@ -15,8 +15,8 @@ license=('BSD')
depends=('gcc-libs')
makedepends=('qt5-base' 'python')
optdepends=('qt5-base: for Qt5 interface with svm-toy'
- 'python: for python modules and tools'
- 'java-environment: for java bindings')
+ 'python: for python modules and CLI tools'
+ 'java-runtime: for java bindings')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/cjlin1/libsvm/archive/v${_srcver}.tar.gz")
sha256sums=('7a466f90f327a98f8ed1cb217570547bcb00077933d1619f3cb9e73518f38196')