diff options
Diffstat (limited to 'community/xdg-user-dirs/PKGBUILD')
-rw-r--r-- | community/xdg-user-dirs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xdg-user-dirs/PKGBUILD b/community/xdg-user-dirs/PKGBUILD index 3c1fa8353..25dd339bf 100644 --- a/community/xdg-user-dirs/PKGBUILD +++ b/community/xdg-user-dirs/PKGBUILD @@ -5,7 +5,7 @@ pkgname=xdg-user-dirs pkgver=0.14 pkgrel=1 pkgdesc="tool to help manage 'well known' user directories like the desktop folder and the music folder. It also handles localization (i.e. translation) of the filenames. " -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('sh') makedepends=('gawk') url="http://www.freedesktop.org/wiki/Software/xdg-user-dirs" |