diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-09-04 23:04:14 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-09-04 23:04:14 +0300 |
commit | 6fd665a350c869e4ca1f0e85ee383c88ce4de746 (patch) | |
tree | f7e9e3d5ae6e473c982cf3e1ddc13a068476aac2 /main/audacious | |
parent | f1be0fe07c9eeb71510394bbf46b7f05316df839 (diff) | |
download | aports-6fd665a350c869e4ca1f0e85ee383c88ce4de746.tar.bz2 aports-6fd665a350c869e4ca1f0e85ee383c88ce4de746.tar.xz |
main/audacious: split out -doc
Diffstat (limited to 'main/audacious')
-rw-r--r-- | main/audacious/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/audacious/APKBUILD b/main/audacious/APKBUILD index f8940a2e96..4e724fcd19 100644 --- a/main/audacious/APKBUILD +++ b/main/audacious/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=audacious pkgver=3.6.2 -pkgrel=1 +pkgrel=2 pkgdesc="A playlist-oriented media player with multiple interfaces" url="http://audacious-media-player.org/" arch="all" @@ -12,7 +12,7 @@ depends="" depends_dev="gtk+2.0-dev dbus-glib-dev" makedepends="$depends_dev libguess-dev>=1.2 libxml2-dev autoconf automake" install= -subpackages="$pkgname-dev $pkgname-lang $pkgname-dbg" +subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-dbg" source="http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2" _builddir="$srcdir"/$pkgname-$pkgver |