summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Reimer2015-06-16 13:49:38 +0200
committerChristopher Reimer2015-06-16 13:49:38 +0200
commit4d7c548820542234cde2d1c9621c5c8a8c0a7fa5 (patch)
tree336f7f29a80659b2c361ea195efcb09f49047cf7 /PKGBUILD
parentbd73de1483cd847026b90c579d74c7c52aba808e (diff)
downloadaur-4d7c548820542234cde2d1c9621c5c8a8c0a7fa5.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/38a3c1d0c90cfd70b91ae3b72452204470e28057)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e634c1a4d736..8d38b1ccb370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/flensrocker/vdr-plugin-recsearch"
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=("https://github.com/flensrocker/vdr-plugin-$_plugname/archive/v$pkgver.tar.gz")
backup=("etc/vdr/conf.avail/50-$_plugname.conf")
md5sums=('afd1e3d95ac0e4e1e416b8a86ae32f9a')