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 4a4e361ee..7e945448d 100644 --- a/community/xsel/PKGBUILD +++ b/community/xsel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xsel pkgver=1.2.0 pkgrel=5 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') |