summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"