summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2015-06-16 13:47:41 +0200
committerChristopher Reimer2015-06-16 13:47:41 +0200
commitfc2a93bd38f29697b7f0ab4cc141e227eaa0712b (patch)
tree1accbf1d4998e078b6fe56ff0f34b24f86a6c5ae
parenta391342bd7b489e4805167d2bfd59ef9caee0065 (diff)
downloadaur-fc2a93bd38f29697b7f0ab4cc141e227eaa0712b.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 d6f127793f46..3806a2f030fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
license=('GPL2')
depends=('gcc-libs' "vdr-api=${_vdrapi}")
makedepends=('git')
-_plugname=$(echo $pkgname | sed 's/vdr-//g')
+_plugname=${pkgname//vdr-/}
source=("git+https://github.com/jasmin-j/vdr-plugin-ddci2.git#commit=$_gitver"
"50-$_plugname.conf")
backup=("etc/vdr/conf.avail/50-$_plugname.conf")