summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwertzdenek2015-12-08 13:33:08 +0100
committerqwertzdenek2015-12-08 13:33:08 +0100
commit65f3d32fd7f5a4adf5ed06d5d37e9a7559e8702f (patch)
treeb508bb989ab11182ce177c7751ca0c275ab50d95
parent34a8f52cd98533bacde576bc416a59d25607e1e2 (diff)
downloadaur-65f3d32fd7f5a4adf5ed06d5d37e9a7559e8702f.tar.gz
Update to newer SWIG
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df23279073d8..187c3823789a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Tue Dec 8 12:31:47 UTC 2015
pkgbase = shogun
pkgdesc = Shogun - A Large Scale Machine Learning Toolbox with the python interface
pkgver = 4.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.shogun-toolbox.org
arch = i686
arch = x86_64
license = GPLv3
depends = cblas
depends = lapack
- depends = swig
+ depends = swig-git
depends = python-numpy
depends = libcl
source = http://shogun-toolbox.org/archives/shogun/releases/4.0/sources/shogun-4.0.0.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index b691dfb4d358..b0e1a25430db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Zdeněk Janeček <jan.zdenek@gmail.com>
pkgname=shogun
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Shogun - A Large Scale Machine Learning Toolbox with the python interface"
arch=('i686' 'x86_64')
url="http://www.shogun-toolbox.org"
license=('GPLv3')
-depends=('cblas' 'lapack' 'swig' 'python-numpy' 'libcl')
+depends=('cblas' 'lapack' 'swig-git' 'python-numpy' 'libcl')
source=(http://shogun-toolbox.org/archives/shogun/releases/4.0/sources/$pkgname-$pkgver.tar.bz2)
md5sums=('57370e869f3b24f74ce9c7b8741000b0')
@@ -20,3 +20,4 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}/build"
make DESTDIR="$pkgdir/" install
}
+