summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Reimer2015-06-16 13:50:31 +0200
committerChristopher Reimer2015-06-16 13:50:31 +0200
commit3f0d576dc284b01739885a126bcb613a2a18b248 (patch)
treebd2363530dd5785fc82bfba548b3db6250bd386c /PKGBUILD
parent4b05496dd01c3e2dfdb72bf43a3e41fd0987e696 (diff)
downloadaur-3f0d576dc284b01739885a126bcb613a2a18b248.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 d2c1a2cf197d..603ad21962ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="http://www.zulu-entertainment.de/content.php?f=VDR-Plugins&sub=Channellists
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
license=('GPL2')
depends=('libcdio-paranoia' "vdr-api=${_vdrapi}")
-_plugname=$(echo $pkgname | sed 's/vdr-//g')
+_plugname=${pkgname//vdr-/}
backup=("var/lib/vdr/plugins/$_plugname/cd.mpg")
source=("http://www.zulu-entertainment.de/files/$pkgname/$pkgname-$pkgver.tgz"
"50-$_plugname.conf")