summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-07 14:38:58 +0100
committerManuel Reimer2024-01-07 14:38:58 +0100
commitf8592729f5daad6b3ac435544158fa693d4b2bb6 (patch)
tree0051dc4156e17f33c7ecc8c1dfbea16b53b9384d
parent55cceb0de8fba705e85b6184572a74c6216abcf2 (diff)
downloadaur-f8592729f5daad6b3ac435544158fa693d4b2bb6.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/6d73422241f2b26f258886503d139761f35c82fa)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51e872a07d20..33e518e0180e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vdr-epgsearch
pkgdesc = Searchtimer and replacement of the VDR program menu
pkgver = 2.4.2
- pkgrel = 1
+ pkgrel = 2
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.3
+ depends = vdr-api=2.6.5
optdepends = msmtp: To send notification mails (Simpler replacement for sendmail)
optdepends = ssmtp: To send notification mails (Another simpler replacement for sendmail)
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 6e16e917079d..f21bdb3b12ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-epgsearch
pkgver=2.4.2
-_vdrapi=2.6.3
-pkgrel=1
+_vdrapi=2.6.5
+pkgrel=2
epoch=1
pkgdesc="Searchtimer and replacement of the VDR program menu"
url="https://github.com/vdr-projects/vdr-plugin-epgsearch"