aboutsummaryrefslogtreecommitdiffstats
path: root/main/fuse
diff options
context:
space:
mode:
Diffstat (limited to 'main/fuse')
-rw-r--r--main/fuse/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/fuse/APKBUILD b/main/fuse/APKBUILD
index 868102dd82..9c46fe99be 100644
--- a/main/fuse/APKBUILD
+++ b/main/fuse/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=fuse
pkgver=2.9.4
-pkgrel=0
+pkgrel=1
pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
url="http://fuse.sourceforge.net/"
arch="all"
@@ -9,7 +9,7 @@ license="GPL2"
depends=
makedepends="gettext-dev"
install=
-subpackages="$pkgname-dev"
+subpackages="$pkgname-dev $pkgname-doc"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
fix-realpath.patch
fuse.initd"