summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2015-06-16 13:48:26 +0200
committerChristopher Reimer2015-06-16 13:48:26 +0200
commit87da567421d7455893f4b1bd9c6539bde2a5542c (patch)
treee7200532a7f116c37722aec6a5811a5929816f28
parent9817ab9e60085a0f9c046c5a557bedefe13c1c25 (diff)
downloadaur-87da567421d7455893f4b1bd9c6539bde2a5542c.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 c98b88345740..92e9bcf481a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="http://projects.vdr-developer.org/projects/plg-neutrinoepg"
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/attachments/download/1475/$_plugname-$pkgver.tar.gz")
backup=("etc/vdr/conf.avail/50-$_plugname.conf")
md5sums=('881426478efc94111c3f11c6b68f25c4')