diff options
Diffstat (limited to 'community/xsel/PKGBUILD')
-rw-r--r-- | community/xsel/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xsel/PKGBUILD b/community/xsel/PKGBUILD index 5961b7fb0..ed24d97c3 100644 --- a/community/xsel/PKGBUILD +++ b/community/xsel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xsel pkgver=1.2.0 pkgrel=3 pkgdesc="XSel is a command-line program for getting and setting the contents of the X selection" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.vergenet.net/~conrad/software/xsel/" license=("custom") depends=(libx11) |