summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Reimer2015-06-16 13:49:58 +0200
committerChristopher Reimer2015-06-16 13:49:58 +0200
commit76c357a82adb85733892529e7ad26dbed42b3446 (patch)
tree8b9ab024a75e6b1a405846101cab613fc9b095c6 /PKGBUILD
parent3f2f864d29ee4cce2f4239f7c6411490426ec523 (diff)
downloadaur-76c357a82adb85733892529e7ad26dbed42b3446.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/38a3c1d0c90cfd70b91ae3b72452204470e28057)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09b72437b9bc..6a392aa13c69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=('GPL2')
depends=('gcc-libs' "vdr-api=${_vdrapi}")
makedepends=('git')
optdepends=('lcdproc: to use local displays')
-_plugname=$(echo $pkgname | sed 's/vdr-//g')
+_plugname=${pkgname//vdr-/}
source=("git://projects.vdr-developer.org/vdr-plugin-lcdproc.git#commit=$_gitver"
"50-$_plugname.conf"
'92-lcdproc.rules')