summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Papst2019-05-17 20:31:30 +0200
committerOliver Papst2019-05-17 20:31:30 +0200
commit4abe541405918ecb939e652e8af9f1989a5985f1 (patch)
treec137dc8c0ca6eeccef5c68d213039353175b162d
parent2a8777446fafe0e0a0d6d05e39b6f726caa37f1b (diff)
downloadaur-4abe541405918ecb939e652e8af9f1989a5985f1.tar.gz
mfile is broken on AUR, switch back to libmfile
-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'