summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Reimer2015-06-16 13:48:23 +0200
committerChristopher Reimer2015-06-16 13:48:23 +0200
commit576a79bd45c04899191aa3002a52d974c6598463 (patch)
tree6ad98f896a0799bd39dd8ce8ea195682117494cd /PKGBUILD
parentc0190b44952bc6da503a38de30141b8cb48fcad0 (diff)
downloadaur-576a79bd45c04899191aa3002a52d974c6598463.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 7085c823522b..23cb0e1d7110 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('boblight' 'gcc-libs' "vdr-api=${_vdrapi}")
makedepends=('git')
replaces=('vdr-boblight')
conflicts=('vdr-boblight')
-_plugname=$(echo $pkgname | sed 's/vdr-//g')
+_plugname=${pkgname//vdr-/}
source=("vdr-plugin-boblight-0.0.6.tar.gz::http://www.vdr-portal.de/index.php?page=Attachment&attachmentID=37154")
backup=("etc/vdr/conf.avail/50-$_plugname.conf")
md5sums=('688acb760958646a8a1abe8607eaf2e0')