summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2015-06-16 13:48:40 +0200
committerChristopher Reimer2015-06-16 13:48:40 +0200
commitf20470ea998cad0abba4a20c7ee0fc4fda7792c8 (patch)
tree8f057b738bdb90ee2ebd78b48aa1b717687b3d9b
parent8873a273dc75e071500650689fc5e5a4c834d094 (diff)
downloadaur-f20470ea998cad0abba4a20c7ee0fc4fda7792c8.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 9bb8daa56d9d..357953a1770b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="http://www.saunalahti.fi/~rahrenbe/vdr/soppalusikka/"
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.saunalahti.fi/~rahrenbe/vdr/soppalusikka/files/$pkgname-$pkgver.tgz"
"50-$_plugname.conf")
backup=("etc/vdr/conf.avail/50-$_plugname.conf")