summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsaxonbeta2016-01-21 17:50:05 -0600
committersaxonbeta2016-01-21 17:50:05 -0600
commit45fb7c4d2de3fadc691d33dd9fa04d792c4606c4 (patch)
treefdc7f94b10539dad0db2f03e38d5f10215fb74ec /PKGBUILD
parent45cdb395841f3c30718b3d3afb9ccb73df30f121 (diff)
downloadaur-45fb7c4d2de3fadc691d33dd9fa04d792c4606c4.tar.gz
Uptade to 3.21
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD8
1 files changed, 4 insertions, 4 deletions
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"