summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Papst2019-05-17 20:31:30 +0200
committerOliver Papst2019-05-17 20:31:30 +0200
commit4abe541405918ecb939e652e8af9f1989a5985f1 (patch)
treec137dc8c0ca6eeccef5c68d213039353175b162d /PKGBUILD
parent2a8777446fafe0e0a0d6d05e39b6f726caa37f1b (diff)
downloadaur-4abe541405918ecb939e652e8af9f1989a5985f1.tar.gz
mfile is broken on AUR, switch back to libmfile
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'