summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/arp-scan/PKGBUILD2
-rw-r--r--core/mkinitcpio/PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/community/arp-scan/PKGBUILD b/community/arp-scan/PKGBUILD
index 6987f26d9..e0d034389 100644
--- a/community/arp-scan/PKGBUILD
+++ b/community/arp-scan/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=arp-scan
pkgver=1.8.1
pkgrel=1
pkgdesc="A tool that uses ARP to discover and fingerprint IP hosts on the local network"
-arch=('i686' 'x86_64')
+arch=(mips64el)
url="http://www.nta-monitor.com/tools/arp-scan/"
license=('GPL')
depends=('libpcap' 'perl-libwww')
diff --git a/core/mkinitcpio/PKGBUILD b/core/mkinitcpio/PKGBUILD
index 06396efb6..49ca6284c 100644
--- a/core/mkinitcpio/PKGBUILD
+++ b/core/mkinitcpio/PKGBUILD
@@ -1,9 +1,9 @@
pkgname=mkinitcpio
pkgver=0.7.4
pkgrel=1
-epoch=13
+epoch=14
pkgdesc="Modular initramfs image creation utility"
-arch=('any')
+arch=('mips64el')
url="http://www.archlinux.org/"
license=('GPL')
depends=('mkinitcpio-busybox>=1.16.1-2' 'module-init-tools' 'util-linux>=2.19' 'libarchive' 'coreutils'