summaryrefslogtreecommitdiff
path: root/community/bsdiff/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/bsdiff/PKGBUILD')
-rw-r--r--community/bsdiff/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/bsdiff/PKGBUILD b/community/bsdiff/PKGBUILD
index 57c4abb4b..3ceb6be34 100644
--- a/community/bsdiff/PKGBUILD
+++ b/community/bsdiff/PKGBUILD
@@ -7,12 +7,12 @@ pkgrel=8
pkgdesc="bsdiff and bspatch are tools for building and applying patches to binary files."
url="http://www.daemonology.net/bsdiff/"
license=('BSD')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
depends=('bzip2')
source=(http://www.daemonology.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
Makefile.patch)
md5sums=('e6d812394f0e0ecc8d5df255aa1db22a'
- '87ec6120b2e2d38da5a67821af6ac356')
+ '3610499f8d8f406738bd3a0fbe0c4da9')
build() {
cd ${srcdir}/${pkgname}-${pkgver}