summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de270de07de4..86737c1188c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,10 +6,10 @@ pkgbase = maldet
arch = x86_64
arch = i686
license = GPL
- depends = lib32-glibc
depends = perl
source = http://www.rfxn.com/downloads/maldetect-1.4.2.tar.gz
sha256sums = dd2badb95f75ae90ed94892d799aedadc79498a72ef3502ab87f35509c76c094
+ depends_x86_64 = lib32-glibc
pkgname = maldet
diff --git a/PKGBUILD b/PKGBUILD
index e081b9ddcf4b..bce2d7caaade 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ pkgdesc="Linux Malware Detect"
url="https://www.rfxn.com/projects/linux-malware-detect/"
arch=('x86_64' 'i686')
license=('GPL')
-depends=('lib32-glibc' 'perl')
+depends=('perl')
+depends_x86_64=('lib32-glibc')
source=("http://www.rfxn.com/downloads/maldetect-1.4.2.tar.gz")
sha256sums=('dd2badb95f75ae90ed94892d799aedadc79498a72ef3502ab87f35509c76c094')