summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-04-23 00:39:56 +0200
committerAlphaJack2023-04-23 00:39:56 +0200
commit00481f5d10ea92929fdb6eea16ba6eb1b497f0f7 (patch)
treefd0749330f7584adb0f90bb4b5db63eb12a02914 /PKGBUILD
parentbaddf9ab507c6e16c7dc335da3cdfd318f0274a7 (diff)
downloadaur-00481f5d10ea92929fdb6eea16ba6eb1b497f0f7.tar.gz
Added missing depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56ff540a46c3..244cfece8308 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname="maldet"
pkgver=1.6.5
-pkgrel=1
+pkgrel=2
pkgdesc="Linux malware scanner designed around threats faced in shared host environments"
url="https://www.rfxn.com/projects/linux-malware-detect/"
license=("GPL2")
arch=("any")
provides=("linux-malware-detect")
-depends=("inetutils" "inotify-tools" "perl" "systemd")
+depends=("ed" "inetutils" "inotify-tools" "perl" "systemd")
source=("https://github.com/rfxn/linux-malware-detect/archive/$pkgver.tar.gz"
"maldet-update-signatures.service"
"maldet-update-signatures.timer")