diff options
author | root <root@rshg054.dnsready.net> | 2012-10-11 00:35:42 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-11 00:35:42 -0700 |
commit | dd7c17a54a4b6e2f08376a1afa8e75de661cc3d4 (patch) | |
tree | a9ccc072c17ea4a3f2fbdfa6c82c017a102839ad /community/ulogd/PKGBUILD | |
parent | 769ba4645df3c2f793bc2d3ee245573b79b206d3 (diff) |
Thu Oct 11 00:35:41 PDT 2012
Diffstat (limited to 'community/ulogd/PKGBUILD')
-rw-r--r-- | community/ulogd/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/ulogd/PKGBUILD b/community/ulogd/PKGBUILD index 84e674e1e..1c4110c3e 100644 --- a/community/ulogd/PKGBUILD +++ b/community/ulogd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 77404 2012-10-09 16:01:10Z seblu $ +# $Id: PKGBUILD 77483 2012-10-10 23:43:02Z seblu $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Sebastien Luttringer <seblu+arch@seblu.net> # Contributor: Dale Blount <dale@archlinux.org> @@ -6,7 +6,7 @@ pkgname=ulogd pkgver=2.0.1 -pkgrel=2 +pkgrel=3 pkgdesc='Userspace Packet Logging for netfilter' arch=('i686' 'x86_64') url='http://www.netfilter.org/projects/ulogd/index.html' @@ -32,7 +32,8 @@ md5sums=('2f4b1a58955fcad4ebf22f0d00885fc9' 'c42230c1cabf5dd9b80bf9a0fd87ca7e' 'dd32eeee0949adff4188544419acd17e' 'c21531312f95e790ed19aa267a17d35a' - '13a1227052322b4c17b258ed358f055e') + '42fc2c0568ff89ec00c2f0797280f296') + build() { cd $pkgname-$pkgver |