diff options
Diffstat (limited to 'core/ifenslave/PKGBUILD')
-rw-r--r-- | core/ifenslave/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/ifenslave/PKGBUILD b/core/ifenslave/PKGBUILD index a730f2f5e..b5e4897a9 100644 --- a/core/ifenslave/PKGBUILD +++ b/core/ifenslave/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ifenslave pkgver=1.1.0 pkgrel=7 pkgdesc='Utility for bonding ethernet interfaces' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.linuxfoundation.org/en/Net:Bonding' license=('GPL2') depends=('glibc') @@ -27,3 +27,5 @@ package() { install -Dm755 ifenslave "${pkgdir}"/sbin/ifenslave install -Dm644 bonding.conf.d "${pkgdir}"/etc/conf.d/bonding } +sha1sums=('627333f410809971409023fda6a8b1de419146ba' + '6843971c0254768868b556af33289d7d32d6208d') |