summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de533e1596b6..c365c39dd7e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hdtv
pkgdesc = Nuclear spectrum analysis tool on top of the ROOT data analysis toolkit
pkgver = 18.04
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.ikp.uni-koeln.de/staging/hdtv
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = hdtv
depends = glibc
depends = python
depends = root
- depends = mfile
+ depends = libmfile
depends = python-setuptools
depends = python-scipy
depends = python-matplotlib
diff --git a/PKGBUILD b/PKGBUILD
index f435bac2623c..be7e6533a57a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hdtv
_commit=f35e63437302548ba6e4a0845a6663f5741358dc
pkgver=18.04
-pkgrel=1
+pkgrel=2
pkgdesc="Nuclear spectrum analysis tool on top of the ROOT data analysis toolkit"
arch=('i686' 'x86_64')
url="https://gitlab.ikp.uni-koeln.de/staging/hdtv"
@@ -12,7 +12,7 @@ provides=('hdtv')
depends=('glibc'
'python'
'root'
- 'mfile'
+ 'libmfile'
'python-setuptools'
'python-scipy'
'python-matplotlib'