summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSlashbunny2009-12-03 17:31:31 -0500
committerSlashbunny2009-12-03 17:31:31 -0500
commit2902ad6db2347b2b90de02d0a0ae96ce15f87d01 (patch)
tree0553da90eec3b06ba22895bbd9fa2c9e26a09435 /PKGBUILD
parent42b4b9661c47c8cb6e5d64f7bb6d4cb2a155b0da (diff)
downloadaur-2902ad6db2347b2b90de02d0a0ae96ce15f87d01.tar.gz
Fixed bash completion name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b604fd74dbf3..2730ad17c0cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Slash <demodevil5[at]yahoo[dot]com>
pkgname=mpc-git
-pkgver=20091025
+pkgver=20091202
pkgrel=1
pkgdesc="A minimalist command line interface to MPD"
arch=('i686' 'x86_64')
@@ -49,7 +49,7 @@ build() {
make prefix=${pkgdir}/usr install || return 1
# Install Bash Completion File
- install -D -m 644 ${srcdir}/$_gitname/doc/mpc-bashrc \
+ install -D -m 644 ${srcdir}/$_gitname/doc/mpc-completion.bash \
${pkgdir}/etc/bash_completion.d/mpc
}