summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ec3c16b659a..f8006ee1832c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-bumps
pkgdesc = Data fitting with uncertainty analysis
pkgver = 0.9.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bumps/bumps
arch = any
license = LicenseRef-Public Domain
@@ -10,7 +10,6 @@ pkgbase = python-bumps
depends = python-scipy
depends = python-matplotlib
depends = python-wxpython
- depends = python-periodictable
depends = python-scikit-learn
source = python-bumps-0.9.2.tar.gz::https://github.com/bumps/bumps/archive/v0.9.2.tar.gz
source = bumps.patch
diff --git a/PKGBUILD b/PKGBUILD
index 1a0b1976d652..c82a4089ba66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-bumps
_name=${pkgname#python-}
pkgver=0.9.2
-pkgrel=1
+pkgrel=2
pkgdesc="Data fitting with uncertainty analysis"
arch=(any)
url="https://github.com/bumps/bumps"
@@ -11,7 +11,6 @@ license=('LicenseRef-Public Domain')
depends=(python-scipy
python-matplotlib
python-wxpython
- python-periodictable
python-scikit-learn)
makedepends=(python-setuptools
python-sphinx)