summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-12-23 22:01:27 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-12-23 22:01:27 +0100
commite3940d1a6bf56cbb94eb4a6cd04c4c9f1b8f13e5 (patch)
tree30941c66ee92f28ed824dd3d67ab3db39d0f0cb2
parentc827b7e42ac7fb33713211b2fd7e0e5648fa1202 (diff)
Build serf for mips64el.
-rw-r--r--extra/serf/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/serf/PKGBUILD b/extra/serf/PKGBUILD
index 4dc7caa81..011594504 100644
--- a/extra/serf/PKGBUILD
+++ b/extra/serf/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.1.1
pkgrel=1
pkgdesc="High-performance asynchronous HTTP client library"
url="http://code.google.com/p/serf/"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('Apache')
depends=('apr' 'apr-util' 'openssl' 'zlib')
source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)