diff options
Diffstat (limited to 'community/libxdg-basedir/PKGBUILD')
-rw-r--r-- | community/libxdg-basedir/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libxdg-basedir/PKGBUILD b/community/libxdg-basedir/PKGBUILD index ccbcc87a1..1a5bb14d6 100644 --- a/community/libxdg-basedir/PKGBUILD +++ b/community/libxdg-basedir/PKGBUILD @@ -3,9 +3,9 @@ pkgname=libxdg-basedir pkgver=1.2.0 -pkgrel=1 +pkgrel=1.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') |