summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2015-06-16 13:58:17 +0200
committerChristopher Reimer2015-06-16 13:58:17 +0200
commit9ed34e63e26a9c7a909d93e6a7e3278afcc3d3af (patch)
treeffcd39bf44054b6f2f24ddf2d3b79c60c83d9af5
parent896b59d2d766692cb2c19d548c83eddf403b25df (diff)
downloadaur-9ed34e63e26a9c7a909d93e6a7e3278afcc3d3af.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/86ae263808fd9d14671c488c2cb95474abea7bf7)
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b315cfb745be..8cb9de0d86f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
license=('GPL2')
depends=('ffmpeg' "vdr-api=${_vdrapi}")
makedepends=('git')
-_plugname=$(echo $pkgname | sed 's/vdr-//g')
+_plugname=${pkgname//vdr-/}
source=("git://projects.vdr-developer.org/vdr-plugin-markad.git#commit=$_gitver"
"markad-newmakefile-vdr-1.7.36.tgz::http://www.vdr-portal.de/index.php?page=Attachment&attachmentID=32670"
"50-$_plugname.conf")