summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/libevdev/PKGBUILD2
-rw-r--r--extra/sqlite/PKGBUILD1
2 files changed, 1 insertions, 2 deletions
diff --git a/extra/libevdev/PKGBUILD b/extra/libevdev/PKGBUILD
index fe5d89618..4a398cb83 100644
--- a/extra/libevdev/PKGBUILD
+++ b/extra/libevdev/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=libevdev
pkgver=0.4
pkgrel=2
pkgdesc="Wrapper library for evdev devices"
-arch=(i686 x86_64)
+arch=(i686 x86_64 mips64el)
url="http://www.freedesktop.org/wiki/Software/libevdev/"
license=(custom:X11)
depends=('glibc')
diff --git a/extra/sqlite/PKGBUILD b/extra/sqlite/PKGBUILD
index cf89fbe27..63838f52d 100644
--- a/extra/sqlite/PKGBUILD
+++ b/extra/sqlite/PKGBUILD
@@ -19,7 +19,6 @@ source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together with
license.txt)
options=('!libtool' '!emptydirs')
sha1sums=('294c30e882a0d45877bce09afe72d08ccfc6b650'
- '43e314880cee7c97c240131625f6442c2ca7b109'
'f34f6daa4ab3073d74e774aad21d66878cf26853')
build() {