From 68b7ce0df64034e0aaa09f5fe283aab2900cd091 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Tue, 8 Oct 2013 22:14:31 -0500 Subject: Fix PKGBUILD in sqlite --- extra/sqlite/PKGBUILD | 1 - 1 file changed, 1 deletion(-) (limited to 'extra') 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() { -- cgit v1.2.3-54-g00ecf From 3ac2d2d00868c85ac0f4a48e86294c5c8cef3f99 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Wed, 9 Oct 2013 02:05:06 -0500 Subject: Add mips64el in libevdev --- extra/libevdev/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') 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') -- cgit v1.2.3-54-g00ecf