diff options
Diffstat (limited to 'testing/rdiff-backup/APKBUILD')
-rw-r--r-- | testing/rdiff-backup/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rdiff-backup/APKBUILD b/testing/rdiff-backup/APKBUILD index c7536f417e..a417581a54 100644 --- a/testing/rdiff-backup/APKBUILD +++ b/testing/rdiff-backup/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.2.8 pkgrel=0 pkgdesc="A backup utility that maintains extra reverse diffs so that files can be restored from previous backups." url="http://www.gnu.org/savannah-checkouts/non-gnu/rdiff-backup/" -arch="x86 x86_64" +arch="all" license="GPL" depends="python" makedepends="librsync-dev python-dev" |