diff options
-rw-r--r-- | testing/obnam/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/obnam/APKBUILD b/testing/obnam/APKBUILD index 812629674..9e20ab794 100644 --- a/testing/obnam/APKBUILD +++ b/testing/obnam/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Eivind Uggedal <eivind@uggedal.com> pkgname=obnam pkgver=1.8 -pkgrel=0 +pkgrel=1 pkgdesc="A backup program that supports encryption and deduplication" url="http://obnam.org/" arch="all" @@ -10,7 +10,7 @@ depends="python py-larch py-paramiko py-fuse" depends_dev="" makedepends="python-dev py-setuptools" install="" -subpackages="" +subpackages="$pkgname-doc" source="http://code.liw.fi/debian/pool/main/o/$pkgname/${pkgname}_$pkgver.orig.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver |