summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2014-07-31 06:05:02 +0000
committerEivind Uggedal <eivind@uggedal.com>2014-07-31 06:05:12 +0000
commitd0bff224e824d649bb6ed7611038ad72f964c49d (patch)
tree9a56e99a1e11bebf6215b16e61778b804088a20d
parent555a4ed52b1d5e61bec5118cc936a0cb82952d74 (diff)
downloadaports-d0bff224e824d649bb6ed7611038ad72f964c49d.tar.bz2
aports-d0bff224e824d649bb6ed7611038ad72f964c49d.tar.xz
testing/obnam: doc subpackage
-rw-r--r--testing/obnam/APKBUILD4
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