diff options
-rw-r--r-- | ~fauno/kyotocabinet/PKGBUILD | 2 | ||||
-rw-r--r-- | ~fauno/kyototycoon/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/~fauno/kyotocabinet/PKGBUILD b/~fauno/kyotocabinet/PKGBUILD index 1636bfda0..bd421dc3c 100644 --- a/~fauno/kyotocabinet/PKGBUILD +++ b/~fauno/kyotocabinet/PKGBUILD @@ -4,7 +4,7 @@ pkgname=kyotocabinet pkgver=1.2.76 pkgrel=1 pkgdesc="a modern implementation of DBM in C++" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://fallabs.com/kyotocabinet" license=('LGPL3') makedepends=('gcc>=3.1' 'make' 'pkgconfig' 'zlib') diff --git a/~fauno/kyototycoon/PKGBUILD b/~fauno/kyototycoon/PKGBUILD index af88f6020..97f42097c 100644 --- a/~fauno/kyototycoon/PKGBUILD +++ b/~fauno/kyototycoon/PKGBUILD @@ -3,7 +3,7 @@ pkgname=kyototycoon pkgver=0.9.56 pkgrel=1 pkgdesc="A lightweight conncurent remote frontend for Kyoto Cabinet." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://fallabs.com/kyototycoon" license=('GPL3') depends=('zlib' 'kyotocabinet') |