aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/printproto/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/printproto/APKBUILD b/main/printproto/APKBUILD
index a83542dc01..f5353fd229 100644
--- a/main/printproto/APKBUILD
+++ b/main/printproto/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=printproto
pkgver=1.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="X11 print extension wire protocol"
url="http://xorg.freedesktop.org/"
arch="noarch"
@@ -9,6 +9,7 @@ license="custom"
depends=""
depends_dev="util-macros"
makedepends="$depends_dev"
+subpackages="$pkgname-doc"
source="http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$pkgver.tar.bz2"
_builddir="$srcdir/$pkgname-$pkgver"