diff options
author | root <root@rshg054.dnsready.net> | 2011-12-04 23:14:51 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-04 23:14:51 +0000 |
commit | 392d2d86b3657d90c3954a44dd6e3e5a4d12d455 (patch) | |
tree | a88c28d4a6652dd77a3557f0dab9f6c6bdda037e /community/aide | |
parent | 851376cd7720e1f9b35e0a7c26bfd66399f0c4d3 (diff) |
Sun Dec 4 23:14:51 UTC 2011
Diffstat (limited to 'community/aide')
-rw-r--r-- | community/aide/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/community/aide/PKGBUILD b/community/aide/PKGBUILD index 3f0f17bcb..684526ddc 100644 --- a/community/aide/PKGBUILD +++ b/community/aide/PKGBUILD @@ -1,15 +1,18 @@ -# Maintainer: Thomas S Hatch <thatch45@gmail.copm> +# $Id: PKGBUILD 60050 2011-12-03 20:33:18Z stativ $ +# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> +# Contributor: Thomas S Hatch <thatch45@gmail.copm> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=aide pkgver=0.15.1 -pkgrel=1 +pkgrel=3 pkgdesc='A file integrity checker and intrusion detection program.' arch=('i686' 'x86_64') url="http://www.cs.tut.fi/~rammer/aide.html" license=('GPL') -makedepends=('mhash') +makedepends=('mhash' 'elfutils') +backup=('etc/aide.conf') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz \ aide.conf) md5sums=('d0b72535ff68b93a648e4d08b0ed7f07' |