summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2018-06-23 17:03:00 -0400
committerGuillaume Horel2018-06-23 17:03:00 -0400
commit037a250c61d86175ee50b3f209981e9aa11f6e13 (patch)
tree25871e18bdd59915d2e4652e0a28d80f870642b2 /PKGBUILD
parent3ce1067da3c3187d8754265951afbf08a2aa6474 (diff)
downloadaur-037a250c61d86175ee50b3f209981e9aa11f6e13.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4351652beda..c5fcabe6380e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-autograd')
_pkgname='autograd'
-pkgver='1.1.13'
+pkgver='1.2'
pkgrel=1
pkgdesc="Efficiently computes derivatives of numpy code"
url="https://github.com/HIPS/autograd"
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('37ab7eb4bc996ae8cf0099cc429b5c437e4097e1c56c224aede28a7d8c8439d5')
+sha256sums=('a08bfa6d539b7a56e7c9f4d0881044afbef5e75f324a394c2494de963ea4a47d')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"