summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNextHendrix2018-03-27 15:57:27 +0100
committerNextHendrix2018-03-27 15:57:27 +0100
commitc8fef7771e737a5b8d9f132f5448c68f66345223 (patch)
treeed92f90eb517b235bb7271fb6d7a32e8fd052c8b
parent066de26931b2d22d17d3059463d05564c8cb568e (diff)
downloadaur-c8fef7771e737a5b8d9f132f5448c68f66345223.tar.gz
fixed deps
-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.