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