diff options
Diffstat (limited to 'community/ulogd/PKGBUILD')
-rw-r--r-- | community/ulogd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ulogd/PKGBUILD b/community/ulogd/PKGBUILD index 3a49d62bb..7aaf3345d 100644 --- a/community/ulogd/PKGBUILD +++ b/community/ulogd/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ulogd pkgver=2.0.2 pkgrel=1 pkgdesc='Userspace Packet Logging for netfilter' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.netfilter.org/projects/ulogd/index.html' license=('GPL2') depends=('libmnl' 'libnfnetlink') |