summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrzej Giniewicz2016-07-30 17:19:58 +0200
committerAndrzej Giniewicz2016-07-30 17:19:58 +0200
commit0f6eff7df23f664fa4087795e77758835f87eceb (patch)
treeee4bc7f593f41476f43227a19f1977a5a7669530 /PKGBUILD
parenta1bd98b34c721735515b0c3ee9e8d8374a954b6d (diff)
downloadaur-python2-ffnet.tar.gz
python2-ffnet: new upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c6b494b4288..bfc5fa95a858 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=python2-ffnet
-pkgver=0.8.0
+pkgver=0.8.3
pkgrel=1
pkgdesc="Feed-forward neural network solution for python"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('python2')
options=('!emptydirs')
source=("https://pypi.python.org/packages/source/f/ffnet/ffnet-${pkgver}.tar.gz")
-md5sums=('ebffdc0c69a7b7fb8f61807aee3fab1d')
+md5sums=('0bfa31d75124467e552895f85a1fe2bb')
prepare() {
cd "$srcdir"