summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSaxonbeta2017-03-17 11:22:17 -0600
committerSaxonbeta2017-03-17 11:22:17 -0600
commitf1dd9a0b534b22d7fb250f8f1f7adffbe6ac5285 (patch)
tree0f138964a9db8d436a570a8139c7d65c48e4eee9 /PKGBUILD
parent45fb7c4d2de3fadc691d33dd9fa04d792c4606c4 (diff)
downloadaur-f1dd9a0b534b22d7fb250f8f1f7adffbe6ac5285.tar.gz
Update to 3.22
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c72637cda713..2b89bd8f002c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# Maintainer: saxonbeta <saxonbeta at gmail>
# vim:set ts=2 sw=2 et:
pkgname=libsvm
-pkgver=3.21
-_pkgver=321
-_pyver=3.5
+pkgver=3.22
+_pkgver=322
+_pyver=3.6
pkgrel=1
pkgdesc="A library for Support Vector Machines classification, include binaries and python bindings."
arch=(x86_64 i686)
@@ -17,7 +17,7 @@ optdepends=('python: bindings for latest python version'
'python2: bindings for python 2'
'java-environment: bindings for java' )
source=("https://github.com/cjlin1/libsvm/archive/v$_pkgver.tar.gz")
-sha256sums=('7f494b23f8a4c9fff2643a0805bbd3dad688854cc488c075ec3909bb346b6685')
+sha256sums=('a3469436f795bb3f8b1e65ea761e14e5599ec7ee941c001d771c07b7da318ac6')
build() {
cd "$srcdir/$pkgname-$_pkgver"