summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Harrison2014-11-17 10:18:19 -0500
committerMatt Harrison2014-11-17 10:18:19 -0500
commite614e9b4daddc49bf92ab78281fb7ae64002abd1 (patch)
treeb480a2d8db49ce36829860d040e2c1f10d26b3f2
parent954ab325af6c54219e0bce720cfd485c3a6e3285 (diff)
downloadaur-e614e9b4daddc49bf92ab78281fb7ae64002abd1.tar.gz
update maldet for recent update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
-rw-r--r--README5
3 files changed, 18 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92da6541101f..de270de07de4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = maldet
pkgdesc = Linux Malware Detect
pkgver = 1.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.rfxn.com/projects/linux-malware-detect/
arch = x86_64
arch = i686
- license = GPLv2
+ license = GPL
+ depends = lib32-glibc
+ depends = perl
source = http://www.rfxn.com/downloads/maldetect-1.4.2.tar.gz
- md5sums = 6dd1372668766fa4332f8376c4e627e1
+ sha256sums = dd2badb95f75ae90ed94892d799aedadc79498a72ef3502ab87f35509c76c094
pkgname = maldet
diff --git a/PKGBUILD b/PKGBUILD
index c5aba2008f87..e081b9ddcf4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,18 @@
-# Maintainer: Sergey Mamonov <mrqwer88@gmail.com>
+# Maintainer: Matt Harrison <matt@mistbyte.com>
+# Contributor: Sergey Mamonov <mrqwer88@gmail.com>
+# This PKGBUILD is maintained at https://github.com/matt-h/aur-pkgbuilds/tree/master/maldet
+
pkgname=maldet
pkgver=1.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="Linux Malware Detect"
url="https://www.rfxn.com/projects/linux-malware-detect/"
arch=('x86_64' 'i686')
-license=('GPLv2')
+license=('GPL')
+depends=('lib32-glibc' 'perl')
source=("http://www.rfxn.com/downloads/maldetect-1.4.2.tar.gz")
-md5sums=('6dd1372668766fa4332f8376c4e627e1')
+sha256sums=('dd2badb95f75ae90ed94892d799aedadc79498a72ef3502ab87f35509c76c094')
package() {
cd "${srcdir}/${pkgname}ect-${pkgver}"
diff --git a/README b/README
new file mode 100644
index 000000000000..51f0dd9533dd
--- /dev/null
+++ b/README
@@ -0,0 +1,5 @@
+PKGBUILD files for maldet
+
+https://www.rfxn.com/projects/linux-malware-detect/
+
+https://aur.archlinux.org/packages/maldet/ \ No newline at end of file