summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Papst2018-02-17 15:31:14 +0100
committerOliver Papst2018-02-17 15:31:14 +0100
commitb3f1dd4906d8303cbca2c9169494cdaa1f63da88 (patch)
tree97f19ae15e61bfc221210555fa0cbe038886d2f6
parent2608b46e2fe1ab95498e2738319bc937c7fe63a4 (diff)
downloadaur-b3f1dd4906d8303cbca2c9169494cdaa1f63da88.tar.gz
New dependency: python-uncertainties
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f329048ca71..0716b338350f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hdtv-git
pkgdesc = Nuclear spectrum analysis tool on top of the ROOT data analysis toolkit
- pkgver = r965.b2c4dcbd
+ pkgver = r973.ba14694
pkgrel = 1
url = https://gitlab.ikp.uni-koeln.de/staging/hdtv
arch = any
@@ -14,6 +14,7 @@ pkgbase = hdtv-git
depends = python-setuptools
depends = python-scipy
depends = python-matplotlib
+ depends = python-uncertainties
provides = hdtv
conflicts = hdtv
options = !emptydirs
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)