summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorParth Nobel2023-02-03 16:40:26 -0800
committerParth Nobel2023-02-03 16:40:26 -0800
commit3978036535296fd48a83098115fac874ed7debde (patch)
treea490e734fd4308d1878791920075304624b76a89 /PKGBUILD
parentc54b8b467fca29b68e3ae931699c3800d4f9c817 (diff)
downloadaur-python-auto_diff.tar.gz
Version 0.4.1
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