summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0849a0276f1..aa9548c963b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer: NextHendrix <chris.jones.492@gmail.com>
pkgname=python-rampy
-epoch=
pkgver=0.3.4
-pkgrel=1
+pkgrel=2
pkgdesc='A Python module containing functions to treat spectroscopic (XANES, Raman, IR...) data'
arch=(any)
url=https://github.com/charlesll/rampy
license=(custom:GNU-GPLv2)
depends=(python python-scipy python-scikit-learn python-pandas python-numpy)
## EXTRA_DEPENDS ##
-makedepends=(python-pip)
+makedepends=(python-pip python-wheel)
checkdepends=()
provides=()
conflicts=(${provides%=*}) # No quotes, to avoid an empty entry.