summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Reimer2015-06-16 13:58:13 +0200
committerChristopher Reimer2015-06-16 13:58:13 +0200
commita65eb32e018a601856a720f202f1c2afbfbdd012 (patch)
tree97d83fd89da11df441f06bddae957a29db89b4c8 /PKGBUILD
parent928994730601234444c430214966fa5b52886d30 (diff)
downloadaur-a65eb32e018a601856a720f202f1c2afbfbdd012.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 4f84b72dac5d..3b4f57f9c881 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="http://www.saunalahti.fi/rahrenbe/vdr/rssreader/"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
license=('GPL2')
depends=('curl' 'expat' "vdr-api=${_vdrapi}")
-_plugname=$(echo $pkgname | sed 's/vdr-//g')
+_plugname=${pkgname//vdr-/}
source=("http://www.saunalahti.fi/~rahrenbe/vdr/$_plugname/files/$pkgname-$pkgver.tgz")
backup=('var/lib/vdr/plugins/rssreader/rssreader.conf'
"etc/vdr/conf.avail/50-$_plugname.conf")