summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Harrison2015-02-17 11:40:43 -0500
committerMatt Harrison2015-02-17 11:40:43 -0500
commit856882aeeb258ed663bdb65bdee798eb4f77cefc (patch)
tree362efa8cafc812ae8f1b5369f2209c09a64d88cc
parente614e9b4daddc49bf92ab78281fb7ae64002abd1 (diff)
downloadaur-856882aeeb258ed663bdb65bdee798eb4f77cefc.tar.gz
update maldet for 32bit
update mediaelch version
-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')