diff options
Diffstat (limited to 'community/rsnapshot/PKGBUILD')
-rw-r--r-- | community/rsnapshot/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rsnapshot/PKGBUILD b/community/rsnapshot/PKGBUILD index d4c727c31..428c44b09 100644 --- a/community/rsnapshot/PKGBUILD +++ b/community/rsnapshot/PKGBUILD @@ -9,7 +9,7 @@ pkgname=rsnapshot pkgver=1.3.1 pkgrel=3 pkgdesc="A remote filesystem snapshot utility" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.rsnapshot.org" license=('GPL') depends=('perl' 'rsync' 'openssh') |