summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Reimer2015-06-16 13:58:24 +0200
committerChristopher Reimer2015-06-16 13:58:24 +0200
commit5066d80cc4e7aea617c2c361a6a8dbb2ccf4b7e7 (patch)
tree880ee7f93dd5ee56fabe9a491de063caf11e8023 /PKGBUILD
parentf3a44790419977e6c9831ff5842d9467fd745d2e (diff)
downloadaur-5066d80cc4e7aea617c2c361a6a8dbb2ccf4b7e7.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/86ae263808fd9d14671c488c2cb95474abea7bf7)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb2519fc0a79..0fac0c946878 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="http://www.loggytronic.com/vomp.php"
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://www.loggytronic.com/dl/$pkgname-$pkgver.tgz"
'vompserver-large_recordings_fix.diff'
"50-$_plugname.conf")