diff options
Diffstat (limited to 'community/grsync')
-rw-r--r-- | community/grsync/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/grsync/PKGBUILD b/community/grsync/PKGBUILD index 299dba4b0..b57328678 100644 --- a/community/grsync/PKGBUILD +++ b/community/grsync/PKGBUILD @@ -6,7 +6,7 @@ pkgname=grsync pkgver=1.2.0 pkgrel=1 pkgdesc="GTK GUI for rsync" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.opbyte.it/grsync" license=('GPL') depends=('gtk2' 'rsync') |