summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsaxonbeta2015-10-09 07:23:26 -0500
committersaxonbeta2015-10-09 07:23:26 -0500
commit45cdb395841f3c30718b3d3afb9ccb73df30f121 (patch)
tree3fb32960a1b2fca75384f68e910bf5f30ca5a576 /PKGBUILD
parent33952292ab75a03dfcc3ba420a8f44b40e3c5537 (diff)
downloadaur-45cdb395841f3c30718b3d3afb9ccb73df30f121.tar.gz
Updated to Python 3.5
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ae9c0011886..64a736e54744 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=libsvm
pkgver=3.20
_pkgver=320
-_pyver=3.4
-pkgrel=2
+_pyver=3.5
+pkgrel=3
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/"