diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-10-15 00:39:31 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-10-15 00:39:31 -0300 |
commit | 7a2b69697203b18c19bdaffde295683e1fae6654 (patch) | |
tree | c378db50f5043fcff41cbf9cb34131611a470c10 /extra | |
parent | 93db7f2fb23cba78cde4343b506a676e376ca4a8 (diff) | |
parent | 3ac2d2d00868c85ac0f4a48e86294c5c8cef3f99 (diff) |
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'extra')
-rw-r--r-- | extra/libevdev/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/sqlite/PKGBUILD | 1 |
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() { |