diff options
Diffstat (limited to 'extra/gpsd/PKGBUILD')
-rw-r--r-- | extra/gpsd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gpsd/PKGBUILD b/extra/gpsd/PKGBUILD index 7008af823..18c75f327 100644 --- a/extra/gpsd/PKGBUILD +++ b/extra/gpsd/PKGBUILD @@ -8,7 +8,7 @@ pkgname=gpsd pkgver=3.6 pkgrel=2 pkgdesc="GPS daemon and library to support USB/serial GPS devices" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://catb.org/gpsd/" license=('BSD') depends=('python2' 'libusb' 'bluez' 'desktop-file-utils') |