diff options
author | Manuel Reimer | 2024-12-17 19:08:14 +0100 |
---|---|---|
committer | Manuel Reimer | 2024-12-17 19:08:14 +0100 |
commit | bd3d12ea6ed5388b525b466ca8eedb067f293210 (patch) | |
tree | ee66bec241c4d69ee702928986d1b3106ad087e2 | |
parent | ffb12f45cb5b0becb7483a34f51092b7fa01956d (diff) | |
download | aur-bd3d12ea6ed5388b525b466ca8eedb067f293210.tar.gz |
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/13b7b098d21d70ef193d56a09f1aeafcc548086a)
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 9 insertions, 9 deletions
@@ -1,7 +1,7 @@ pkgbase = vdr-epgsearch pkgdesc = Searchtimer and replacement of the VDR program menu - pkgver = 2.4.2 - pkgrel = 4 + pkgver = 2.4.3 + pkgrel = 1 epoch = 1 url = https://github.com/vdr-projects/vdr-plugin-epgsearch arch = x86_64 @@ -11,7 +11,7 @@ pkgbase = vdr-epgsearch arch = armv7h license = GPL2 depends = gcc-libs - depends = vdr-api=2.6.7 + depends = vdr-api=5 optdepends = msmtp: To send notification mails (Simpler replacement for sendmail) optdepends = ssmtp: To send notification mails (Another simpler replacement for sendmail) options = !emptydirs @@ -26,9 +26,9 @@ pkgbase = vdr-epgsearch backup = var/lib/vdr/plugins/epgsearch/epgsearchmenu.conf backup = var/lib/vdr/plugins/epgsearch/epgsearchupdmail-html.templ backup = var/lib/vdr/plugins/epgsearch/epgsearchupdmail.templ - source = vdr-epgsearch-2.4.2.tar.gz::https://github.com/vdr-projects/vdr-plugin-epgsearch/archive/refs/tags/v2.4.2.tar.gz + source = vdr-epgsearch-2.4.3.tar.gz::https://github.com/vdr-projects/vdr-plugin-epgsearch/archive/refs/tags/v2.4.3.tar.gz source = 50-epgsearch.conf - sha256sums = 7c0a03c22fedbc73a34220da0edf3293a903185c412d5b20fb48d72f2e4fd118 + sha256sums = 3824a72be529391ce26d00f0323b9d71572855c1c660bae9d30064f42366aadf sha256sums = f3f8c750a0313c01a4295d2249f030ee510b2e35137b1f2cdcaa39aa440a3a88 pkgname = vdr-epgsearch @@ -2,9 +2,9 @@ # Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de> pkgname=vdr-epgsearch -pkgver=2.4.2 -_vdrapi=2.6.7 -pkgrel=4 +pkgver=2.4.3 +pkgrel=1 +_vdrapi=5 epoch=1 pkgdesc="Searchtimer and replacement of the VDR program menu" url="https://github.com/vdr-projects/vdr-plugin-epgsearch" @@ -28,7 +28,7 @@ backup=("etc/vdr/conf.avail/50-conflictcheckonly.conf" 'var/lib/vdr/plugins/epgsearch/epgsearchupdmail-html.templ' 'var/lib/vdr/plugins/epgsearch/epgsearchupdmail.templ') options=('!emptydirs') -sha256sums=('7c0a03c22fedbc73a34220da0edf3293a903185c412d5b20fb48d72f2e4fd118' +sha256sums=('3824a72be529391ce26d00f0323b9d71572855c1c660bae9d30064f42366aadf' 'f3f8c750a0313c01a4295d2249f030ee510b2e35137b1f2cdcaa39aa440a3a88') prepare() { |