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 4ff6e6a6af21..455b97b1e2dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=("python-auto_diff")
pkgdesc="An automatic differentiation library for Python+NumPy."
-pkgver="0.4.0"
+pkgver="0.4.1"
pkgrel=1
url="https://github.com/PTNobel/AutoDiff"
license=('BSD')
arch=('any')
source=("https://github.com/PTNobel/AutoDiff/archive/v${pkgver}.tar.gz")
-sha256sums=('5e82eb39b5663a5efcc8ad9ebe12e6dd2c4e128bc6f90bbf083198d6147f0e4f')
+sha256sums=('9431c0ffc7a5b7072abcbeb5de0d556c33fd1afda93054fa878cfbb0a528e4e8')
build() {
cd "AutoDiff-$pkgver"
python setup.py build