summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2015-06-16 13:58:10 +0200
committerChristopher Reimer2015-06-16 13:58:10 +0200
commit8557659dd906eba230e62b079ff41f500d683e2d (patch)
treebe0c89bd1dab020785b9043a0f9d8298a962def4
parent43db8160cdab811a3660f4dd811f6dbb3884a486 (diff)
downloadaur-8557659dd906eba230e62b079ff41f500d683e2d.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/86ae263808fd9d14671c488c2cb95474abea7bf7)
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e5237704088..375211962c53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
license=('GPL2')
depends=('gcc-libs' "vdr-api=${_vdrapi}")
makedepends=('git')
-_plugname=$(echo $pkgbase | sed 's/vdr-//g')
+_plugname=${pkgbase//vdr-/}
source=("git://projects.vdr-developer.org/vdr-plugin-streamdev.git#commit=$_gitver"
"http://projects.vdr-developer.org/attachments/download/1844/vdr-plugin-streamdev-filter-patch.diff"
"http://projects.vdr-developer.org/attachments/download/1853/vdr-plugin-streamdev-filter-patch2.diff"