summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2015-06-16 13:48:13 +0200
committerChristopher Reimer2015-06-16 13:48:13 +0200
commit60254b50e31720d2aed8da584ee24bbb544dc6fc (patch)
treec9d7fb67f3534b476fdc30a7db0fd7ca6ef57be1
parent10ba7196e059e51f0f20e88b7c3e2a167911bbf7 (diff)
downloadaur-60254b50e31720d2aed8da584ee24bbb544dc6fc.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 a9fea1bd976f..5008c49c7eec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="http://www.egal-vdr.de/plugins/"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
license=('GPL2')
depends=('gcc-libs' "vdr-api=${_vdrapi}")
-_plugname=$(echo $pkgname | sed 's/vdr-//g')
+_plugname=${pkgname//vdr-/}
source=("http://egal-vdr.de/plugins/$pkgname-$pkgver.tgz"
"50-$_plugname.conf")
backup=("etc/vdr/conf.avail/50-$_plugname.conf")