diff options
Diffstat (limited to 'community/grsync/PKGBUILD')
-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 ba04639be..ff1a7010c 100644 --- a/community/grsync/PKGBUILD +++ b/community/grsync/PKGBUILD @@ -6,7 +6,7 @@ pkgname=grsync pkgver=1.2.3 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') |