summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/calibre/PKGBUILD2
-rw-r--r--community/libbsd/PKGBUILD2
-rw-r--r--core/bash/PKGBUILD1
3 files changed, 3 insertions, 2 deletions
diff --git a/community/calibre/PKGBUILD b/community/calibre/PKGBUILD
index 9a5559069..997e37dbf 100644
--- a/community/calibre/PKGBUILD
+++ b/community/calibre/PKGBUILD
@@ -14,7 +14,7 @@ depends=('python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
'python-mechanize' 'podofo' 'libwmf' 'python-beautifulsoup'
'imagemagick' 'poppler-qt' 'chmlib' 'python2-lxml' 'libusb'
'python-imaging' 'shared-mime-info' 'python-dnspython'
- 'libunrar' 'python2-pyqt' 'icu')
+ 'python2-pyqt' 'icu')
makedepends=('python2-pycountry')
optdepends=('ipython2: to use calibre-debug')
install=calibre.install
diff --git a/community/libbsd/PKGBUILD b/community/libbsd/PKGBUILD
index 23bb96d5a..14d814cd5 100644
--- a/community/libbsd/PKGBUILD
+++ b/community/libbsd/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=libbsd
pkgver=0.3.0
pkgrel=1
pkgdesc="Provides useful functions commonly found on BSD systems like strlcpy()"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://libbsd.freedesktop.org"
license=('custom')
depends=('glibc')
diff --git a/core/bash/PKGBUILD b/core/bash/PKGBUILD
index ef39b7277..2c5361a0c 100644
--- a/core/bash/PKGBUILD
+++ b/core/bash/PKGBUILD
@@ -42,6 +42,7 @@ build() {
export CFLAGS="${CFLAGS} ${_bashconfig[@]}"
./configure --prefix=/usr --with-curses --enable-readline \
+ --host=$CHOST --build=$CHOST \
--without-bash-malloc --with-installed-readline \
--bindir=/bin --mandir=/usr/share/man --infodir=/usr/share/info
make