summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrás Wacha2021-12-07 12:08:45 +0100
committerAndrás Wacha2021-12-07 12:08:45 +0100
commit70203748570adde09ab9c3403ed723ba7ddbf394 (patch)
tree8c6bae9b4978d8799606f6079a2a8466db15357f
parent4c84fb6df4640eae3e4d355b7f1cf2aa17f36408 (diff)
downloadaur-70203748570adde09ab9c3403ed723ba7ddbf394.tar.gz
Upstream version 0.8.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d34e397f6c14..2809420d32b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-bumps
pkgdesc = Data fitting with uncertainty analysis
- pkgver = 0.7.13
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/bumps/bumps
arch = any
@@ -18,10 +18,10 @@ pkgbase = python-bumps
depends = python-pyparsing
depends = python-periodictable
depends = python-scikit-learn
- source = https://github.com/bumps/bumps/archive/v0.7.13.tar.gz
+ depends = python-six
+ source = https://github.com/bumps/bumps/archive/v0.8.0.tar.gz
source = bumps.patch
- sha256sums = c7070b55bdcb3ebb3bdb4242092c1f9c68ad8d7ecfe0990cd80b849d9f80f0a7
- sha256sums = SKIP
+ sha256sums = 225dd236fd014f9cd15fbaec5badbcb65d4f1e31a96dc62f71f042e4ed091c5b
+ sha256sums = dbe2b429a766f2c8b022f5745cc43d1cf947cb481c348f86fa551d592920e1c0
pkgname = python-bumps
-
diff --git a/PKGBUILD b/PKGBUILD
index 61127f490491..5790ce0bf1d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: András Wacha <awacha@gmail.com>
pkgname=python-bumps
_name=${pkgname#python-}
-pkgver=0.7.13
+pkgver=0.8.0
pkgrel=1
pkgdesc="Data fitting with uncertainty analysis"
arch=(any)
@@ -21,13 +21,12 @@ depends=( python-numpy
python-pyparsing
python-periodictable
python-scikit-learn
+ python-six
)
source=("https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz"
"bumps.patch")
-sha256sums=('f0c368d7beb4307297fb5298658921941a80c21e7bc52fb5dab1a1d1ef16d250'
- 'SKIP')
-sha256sums=('c7070b55bdcb3ebb3bdb4242092c1f9c68ad8d7ecfe0990cd80b849d9f80f0a7'
- 'SKIP')
+sha256sums=('225dd236fd014f9cd15fbaec5badbcb65d4f1e31a96dc62f71f042e4ed091c5b'
+ 'dbe2b429a766f2c8b022f5745cc43d1cf947cb481c348f86fa551d592920e1c0')
prepare() {
cd ${_name}-${pkgver}