summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
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)