summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2015-06-16 13:49:31 +0200
committerChristopher Reimer2015-06-16 13:49:31 +0200
commit7f3044c032fcfa2933fba5c90f7c07a71d29ddc1 (patch)
tree0f4066fe1eeda0b0861b3baa59cc22deae99ee42
parentcc1298dd909269099e21e9cb3ca3971d9f4242b7 (diff)
downloadaur-7f3044c032fcfa2933fba5c90f7c07a71d29ddc1.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 f83c38819eec..57427407f729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="http://www.saunalahti.fi/rahrenbe/vdr/femon/"
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/femon/files/$pkgname-$pkgver.tgz")
backup=("etc/vdr/conf.avail/50-$_plugname.conf")
md5sums=('9a9d2a553dc72b96a6c8a810ba3c7456')