summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4364d6d06df6..57f7be7b1981 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Jan 21 23:39:13 UTC 2016
pkgbase = libsvm
pkgdesc = A library for Support Vector Machines classification, include binaries and python bindings.
- pkgver = 3.20
- pkgrel = 3
+ pkgver = 3.21
+ pkgrel = 1
url = http://www.csie.ntu.edu.tw/~cjlin/libsvm/
arch = x86_64
arch = i686
@@ -9,8 +11,8 @@ pkgbase = libsvm
optdepends = python: bindings for latest python version
optdepends = python2: bindings for python 2
optdepends = java-environment: bindings for java
- source = https://github.com/cjlin1/libsvm/archive/v320.tar.gz
- sha256sums = e4be7fc8d2e7cb65feae4d6387967484c01c9dc818e7dfff515f663728a6f2ca
+ source = https://github.com/cjlin1/libsvm/archive/v321.tar.gz
+ sha256sums = 7f494b23f8a4c9fff2643a0805bbd3dad688854cc488c075ec3909bb346b6685
pkgname = libsvm
diff --git a/PKGBUILD b/PKGBUILD
index 64a736e54744..c72637cda713 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
# Maintainer: saxonbeta <saxonbeta at gmail>
# vim:set ts=2 sw=2 et:
pkgname=libsvm
-pkgver=3.20
-_pkgver=320
+pkgver=3.21
+_pkgver=321
_pyver=3.5
-pkgrel=3
+pkgrel=1
pkgdesc="A library for Support Vector Machines classification, include binaries and python bindings."
arch=(x86_64 i686)
url="http://www.csie.ntu.edu.tw/~cjlin/libsvm/"
@@ -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=('e4be7fc8d2e7cb65feae4d6387967484c01c9dc818e7dfff515f663728a6f2ca')
+sha256sums=('7f494b23f8a4c9fff2643a0805bbd3dad688854cc488c075ec3909bb346b6685')
build() {
cd "$srcdir/$pkgname-$_pkgver"