summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2015-06-16 13:50:56 +0200
committerChristopher Reimer2015-06-16 13:50:56 +0200
commit61a60de86b2142efd899c869a724d257ab2afcbf (patch)
tree0b760e1a9cb2c68455d1bc6acd2f72bb9288ba4f
parent3a183edb33499023dab342a3100ea39694e6f84f (diff)
downloadaur-61a60de86b2142efd899c869a724d257ab2afcbf.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 93340471053f..34d2378d6d9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
license=('GPL2')
depends=('libmariadbclient' 'libutil-linux' "vdr-api=${_vdrapi}")
makedepends=('git' 'imlib2' 'libxslt')
-_plugname=$(echo $pkgname | sed 's/vdr-//g')
+_plugname=${pkgname//vdr-/}
source=("git://projects.vdr-developer.org/vdr-plugin-epg2vdr.git#commit=$_gitver")
backup=("etc/vdr/conf.avail/50-$_plugname.conf")
md5sums=('SKIP')