summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Papst2018-02-17 15:31:14 +0100
committerOliver Papst2018-02-17 15:31:14 +0100
commitb3f1dd4906d8303cbca2c9169494cdaa1f63da88 (patch)
tree97f19ae15e61bfc221210555fa0cbe038886d2f6 /PKGBUILD
parent2608b46e2fe1ab95498e2738319bc937c7fe63a4 (diff)
downloadaur-b3f1dd4906d8303cbca2c9169494cdaa1f63da88.tar.gz
New dependency: python-uncertainties
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfc868b4b996..8a61694fedde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Oliver Papst <opapst at ikp dot tu-darmstadt dot de>
pkgname=hdtv-git
_pkgname=hdtv
-pkgver=r965.b2c4dcbd
+pkgver=r973.ba14694
pkgrel=1
pkgdesc="Nuclear spectrum analysis tool on top of the ROOT data analysis toolkit"
-arch=('any')
+arch=('i686' 'x86_64')
url="https://gitlab.ikp.uni-koeln.de/staging/hdtv"
license=('GPL')
conflicts=('hdtv')
@@ -14,7 +14,8 @@ depends=('python'
'libmfile'
'python-setuptools'
'python-scipy'
- 'python-matplotlib')
+ 'python-matplotlib'
+ 'python-uncertainties')
makedepends=('git' 'libx11' 'python-docutils')
#checkdepends=('python-pytest')
options=(!emptydirs)