summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2019-09-25 15:14:05 -0400
committerGuillaume Horel2019-09-25 15:14:05 -0400
commit9a190c1af82cbbd251fc89d24229d3f423378728 (patch)
tree41e35a3207322b3c4c0f17e2c1dc0be9b6ac2805 /PKGBUILD
parent18061dc5b0a3d4b59109d7203891510827023ca1 (diff)
downloadaur-9a190c1af82cbbd251fc89d24229d3f423378728.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 764b938c5d53..552290daca23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-autograd')
_pkgname='autograd'
-pkgver='1.2'
+pkgver='1.3'
pkgrel=1
pkgdesc="Efficiently computes derivatives of numpy code"
url="https://github.com/HIPS/autograd"
@@ -14,7 +14,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('a08bfa6d539b7a56e7c9f4d0881044afbef5e75f324a394c2494de963ea4a47d')
+sha256sums=('a15d147577e10de037de3740ca93bfa3b5a7cdfbc34cfb9105429c3580a33ec4')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"