summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2015-06-16 13:50:02 +0200
committerChristopher Reimer2015-06-16 13:50:02 +0200
commit7ab524ff48f4615795a0c4eda2ead00ab68195e8 (patch)
treedac8cdbadd27cc0ee483ac03a02714c56d3a5e34
parentbf6cac77d752bd85e9ad71d305c82e1c89f6ce6b (diff)
downloadaur-7ab524ff48f4615795a0c4eda2ead00ab68195e8.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/38a3c1d0c90cfd70b91ae3b72452204470e28057)
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e93687584537..ef86eb8aa3e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=('AGPL3')
depends=('ffmpeg' 'mesa' "vdr-api=${_vdrapi}" 'xcb-util-wm' 'xorg-server')
optdepends=('nvidia: Required for VDPAU decoding')
makedepends=('git' 'glu' )
-_plugname=$(echo $pkgname | sed 's/vdr-//g')
+_plugname=${pkgname//vdr-/}
source=("git://projects.vdr-developer.org/vdr-plugin-softhddevice.git#commit=$_gitver"
"50-$_plugname.conf")
backup=("etc/vdr/conf.avail/50-$_plugname.conf")