summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTillmann Karras2020-01-10 04:35:14 +0000
committerTillmann Karras2020-01-10 04:35:35 +0000
commit9c8a6fe2dfdce470727e77d51684416b4e4beaee (patch)
tree3089818c7c4b9f9b47602cf637ea885a7b1ec902
parentab41224dc876fa15bdaf473388363886823262df (diff)
downloadaur-9c8a6fe2dfdce470727e77d51684416b4e4beaee.tar.gz
Remove desktop-file-utils from depends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65f438dd1e3b..faf01bc603e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='https://www.codef00.com/projects#debugger'
license=('GPL2')
# add 'gdtoa-desktop-git' dependency if you want 80-bit floats
# to be printed in their shortest possible representation
-depends=('capstone' 'desktop-file-utils' 'graphviz' 'hicolor-icon-theme' 'qt5-svg' 'qt5-xmlpatterns')
+depends=('capstone' 'graphviz' 'hicolor-icon-theme' 'qt5-svg' 'qt5-xmlpatterns')
makedepends=('boost>=1.35.0' 'cmake')
provides=('edb-debugger')
conflicts=('edb-debugger')