diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-27 10:49:56 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-27 10:49:56 -0500 |
commit | bc23d831a86d6c4fee7da37fc1b8e677ab4e231d (patch) | |
tree | cb4b4f863d3b7d3180257734345e15c8bd485f53 | |
parent | c60baaf3d77b6982ff5baa005fce4d898569bd01 (diff) |
Add mips64el in archs
-rw-r--r-- | community/conntrack-tools/PKGBUILD | 2 | ||||
-rw-r--r-- | community/dee/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/community/conntrack-tools/PKGBUILD b/community/conntrack-tools/PKGBUILD index 9630101af..3e1f4f5f7 100644 --- a/community/conntrack-tools/PKGBUILD +++ b/community/conntrack-tools/PKGBUILD @@ -8,7 +8,7 @@ pkgname=conntrack-tools pkgver=1.2.1 pkgrel=1 pkgdesc='Userspace tools to interact with the Netfilter connection tracking system' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.netfilter.org/projects/conntrack-tools' license=('GPL2') depends=('libnetfilter_conntrack' 'libnetfilter_cttimeout') diff --git a/community/dee/PKGBUILD b/community/dee/PKGBUILD index a116b0f00..0db88a375 100644 --- a/community/dee/PKGBUILD +++ b/community/dee/PKGBUILD @@ -5,7 +5,7 @@ pkgname=dee pkgver=1.0.10 pkgrel=1 pkgdesc="Library to provide objects allowing to create Model-View-Controller type programs across DBus" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/dee" license=('LGPL') depends=('glib2' 'icu') |