aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cmus
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2015-09-29 10:27:45 +0000
committerEivind Uggedal <eivind@uggedal.com>2015-09-29 10:27:45 +0000
commit506f8af0d3b3b9e2096b2f06748ab1e93c0ea630 (patch)
tree283e554408af463ccf6c82e01fee9d1a7614fb23 /testing/cmus
parent16f2d2b8ecec9f65e57f2b23b4d0e25ffcbeeb86 (diff)
downloadaports-506f8af0d3b3b9e2096b2f06748ab1e93c0ea630.tar.bz2
aports-506f8af0d3b3b9e2096b2f06748ab1e93c0ea630.tar.xz
testing/cmus: bash-completion install_if fix
Diffstat (limited to 'testing/cmus')
-rw-r--r--testing/cmus/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/cmus/APKBUILD b/testing/cmus/APKBUILD
index fccfcedbb7..689ccf9692 100644
--- a/testing/cmus/APKBUILD
+++ b/testing/cmus/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
pkgname=cmus
pkgver=2.7.1
-pkgrel=0
+pkgrel=1
pkgdesc="A very feature-rich ncurses-based music player"
url="http://cmus.sourceforge.net/"
arch="all"
@@ -38,7 +38,7 @@ package() {
bashcomp() {
depends=""
pkgdesc="Bash completions for $pkgname"
- install_if="$pkgname=$pkgver-r$pkgrel bash"
+ install_if="$pkgname=$pkgver-r$pkgrel bash-completion"
arch="noarch"
install -Dm644 "$_builddir"/contrib/$pkgname.bash-completion \