summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2015-06-16 13:50:09 +0200
committerChristopher Reimer2015-06-16 13:50:09 +0200
commit420962c6f3207685399219ca1608c0cc85a99bca (patch)
tree72a04904947315f0fd6a1033603462a312993b28
parent41685ed6675e6904221bd8daf276288321f80895 (diff)
downloadaur-420962c6f3207685399219ca1608c0cc85a99bca.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 bb66007d159f..d464e4a34510 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="http://projects.vdr-developer.org/projects/plg-osdteletext"
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://projects.vdr-developer.org/git/vdr-plugin-$_plugname.git/snapshot/vdr-plugin-$_plugname-$pkgver.tar.bz2"
"50-$_plugname.conf")
backup=("etc/vdr/conf.avail/50-$_plugname.conf")