diff options
Diffstat (limited to 'community/qsynergy/PKGBUILD')
-rw-r--r-- | community/qsynergy/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/qsynergy/PKGBUILD b/community/qsynergy/PKGBUILD index ce7985113..e8a5fb71b 100644 --- a/community/qsynergy/PKGBUILD +++ b/community/qsynergy/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Qt gui for Synergy which lets you remotely control other computers." url="http://www.volker-lanz.de/en/software/qsynergy/" license=(GPL) -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('qt' 'synergy') source=("http://sourceforge.net/projects/$pkgname/files/$pkgver/$pkgname-$pkgver.tar.gz") md5sums=('17d8989668016185b859332aacf9e7df') |