summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Reimer2016-08-17 18:26:11 +0200
committerChristopher Reimer2016-08-17 18:26:11 +0200
commit8df89374fd4dda6bafdfba0f89588050913a8099 (patch)
treeb802f4b4eda30eb8abb5782cda27a9382e938ee6 /PKGBUILD
parent0dbb7698a2d86a75cba9f86bfe806401d49616d4 (diff)
downloadaur-8df89374fd4dda6bafdfba0f89588050913a8099.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/57c5fa6a174db79896104936500c3563d7312936)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f7962b6c588..55ac4faf882e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-recsearch
-pkgver=0.3.5
+pkgver=0.3.7
_vdrapi=2.2.0
-pkgrel=7
+pkgrel=1
pkgdesc="Search your recordings and find the one you are looking for"
url="https://github.com/flensrocker/vdr-plugin-recsearch"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
@@ -13,7 +13,7 @@ depends=('gcc-libs' "vdr-api=${_vdrapi}")
_plugname=${pkgname//vdr-/}
source=("https://github.com/flensrocker/vdr-plugin-$_plugname/archive/v$pkgver.tar.gz")
backup=("etc/vdr/conf.avail/50-$_plugname.conf")
-md5sums=('afd1e3d95ac0e4e1e416b8a86ae32f9a')
+md5sums=('9d5e0e6ce7461ffd27895d41bc044586')
build() {
cd "${srcdir}/vdr-plugin-${_plugname}-${pkgver}"