summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParth Nobel2020-06-10 17:03:18 -0700
committerParth Nobel2020-06-10 17:03:18 -0700
commitc54b8b467fca29b68e3ae931699c3800d4f9c817 (patch)
tree2eb9587ecd7a4e34b8e84e1d39262bba41cbb07b
parent55e331ed834c00a291e119fa4533405e783abbdb (diff)
downloadaur-c54b8b467fca29b68e3ae931699c3800d4f9c817.tar.gz
Bumps PKGBUILD version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba5667f1f8e3..8d02c9a27b81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-auto_diff
pkgdesc = An automatic differentiation library for Python+NumPy.
- pkgver = 0.3.4
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/PTNobel/AutoDiff
arch = any
license = BSD
- source = https://github.com/PTNobel/AutoDiff/archive/v0.3.4.tar.gz
- sha256sums = 2cb4069fe7f8a64d9486d2fa7a72ab9071b379b018b04511dcda19fe94c5fb3c
+ source = https://github.com/PTNobel/AutoDiff/archive/v0.4.0.tar.gz
+ sha256sums = 5e82eb39b5663a5efcc8ad9ebe12e6dd2c4e128bc6f90bbf083198d6147f0e4f
pkgname = python-auto_diff
diff --git a/PKGBUILD b/PKGBUILD
index d2698deecde0..4ff6e6a6af21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=("python-auto_diff")
pkgdesc="An automatic differentiation library for Python+NumPy."
-pkgver="0.3.4"
+pkgver="0.4.0"
pkgrel=1
url="https://github.com/PTNobel/AutoDiff"
license=('BSD')
arch=('any')
source=("https://github.com/PTNobel/AutoDiff/archive/v${pkgver}.tar.gz")
-sha256sums=('2cb4069fe7f8a64d9486d2fa7a72ab9071b379b018b04511dcda19fe94c5fb3c')
+sha256sums=('5e82eb39b5663a5efcc8ad9ebe12e6dd2c4e128bc6f90bbf083198d6147f0e4f')
build() {
cd "AutoDiff-$pkgver"
python setup.py build