summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2015-06-16 13:49:00 +0200
committerChristopher Reimer2015-06-16 13:49:00 +0200
commit16c18d2598488ca85af9662efaaeb88047258faf (patch)
tree31ac5dbf35ac1ad7ae58896ad36027f3f14330db
parenta82e4afcfcce3c085fd33bf24781f36d65ade0f3 (diff)
downloadaur-16c18d2598488ca85af9662efaaeb88047258faf.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 55bea4657fa8..ac4cf7ac7362 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
license=('AGPL3')
depends=('mplayer' "vdr-api=${_vdrapi}" 'xcb-util-image' 'xcb-util-keysyms' 'xcb-util-wm')
makedepends=('git')
-_plugname=$(echo $pkgname | sed 's/vdr-//g')
+_plugname=${pkgname//vdr-/}
source=("git://projects.vdr-developer.org/vdr-plugin-play.git#commit=$_gitver"
'play-vdr2.1.10compat.diff'
"50-$_plugname.conf")