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 21cdc3ba6..bca611d90 100644 --- a/community/rsnapshot/PKGBUILD +++ b/community/rsnapshot/PKGBUILD @@ -5,7 +5,7 @@ pkgname=rsnapshot pkgver=1.3.1 pkgrel=2 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') |