diff options
Diffstat (limited to 'community/libxdg-basedir')
-rw-r--r-- | community/libxdg-basedir/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libxdg-basedir/PKGBUILD b/community/libxdg-basedir/PKGBUILD index e11b24214..755f4ad35 100644 --- a/community/libxdg-basedir/PKGBUILD +++ b/community/libxdg-basedir/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libxdg-basedir pkgver=1.1.1 pkgrel=1 pkgdesc="An implementation of the XDG Base Directory specifications." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://n.ethz.ch/student/nevillm/download/libxdg-basedir" license=('MIT') depends=('glibc') |