summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2018-12-25 16:13:49 +0100
committerManuel Reimer2018-12-25 16:13:49 +0100
commit71fd0d3572098aea6847ceeaa1c0482a973b3dde (patch)
tree3b67e4005bd20a81bfe801dbf19fb56c744be801
parent0d9fdce85893859fd2cf41ac39ac797b61546271 (diff)
downloadaur-71fd0d3572098aea6847ceeaa1c0482a973b3dde.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/a852296bcb25f5296b7b266dc4bd246ed8de1198)
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c6a073721e5..7e83bd92c312 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 5.0.2
-# Fri Sep 8 20:44:55 UTC 2017
+# Generated by makepkg 5.1.1
+# Tue Dec 25 15:13:48 UTC 2018
pkgbase = vdr-ddci2
pkgdesc = Support for stand alone CI by Digital Devices for VDR 2.1.6 and higher.
- pkgver = 1.0.1
- pkgrel = 1
+ pkgver = 1.0.5
+ pkgrel = 2
url = https://github.com/jasmin-j/vdr-plugin-ddci2
arch = x86_64
arch = i686
@@ -13,9 +13,9 @@ pkgbase = vdr-ddci2
license = GPL2
makedepends = git
depends = gcc-libs
- depends = vdr-api=2.2.0
+ depends = vdr-api=2.4.0
backup = etc/vdr/conf.avail/50-ddci2.conf
- source = git+https://github.com/jasmin-j/vdr-plugin-ddci2.git#commit=056fd68990eab7610fa421b384262edc79c3f13c
+ source = git+https://github.com/jasmin-j/vdr-plugin-ddci2.git#commit=a5a7ab1cb6be3ebddb8af77cc18313d75404ed81
source = 50-ddci2.conf
md5sums = SKIP
md5sums = 5dc8a287efe1419aaf1162cb6a6f28f3
diff --git a/PKGBUILD b/PKGBUILD
index 894748d48274..a66bac17eb05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-ddci2
-pkgver=1.0.1
-_gitver=056fd68990eab7610fa421b384262edc79c3f13c
-_vdrapi=2.2.0
-pkgrel=1
+pkgver=1.0.5
+_gitver=a5a7ab1cb6be3ebddb8af77cc18313d75404ed81
+_vdrapi=2.4.0
+pkgrel=2
pkgdesc="Support for stand alone CI by Digital Devices for VDR 2.1.6 and higher."
url="https://github.com/jasmin-j/vdr-plugin-ddci2"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
@@ -21,8 +21,8 @@ md5sums=('SKIP'
pkgver() {
cd "${srcdir}/vdr-plugin-$_plugname"
- _last_release=1.0.1
- _last_release_commit=056fd68990eab7610fa421b384262edc79c3f13c
+ _last_release=1.0.5
+ _last_release_commit=a5a7ab1cb6be3ebddb8af77cc18313d75404ed81
_count=$((`git rev-list --count HEAD` - `git rev-list --count $_last_release_commit`))
if [ $_count -gt 0 ]; then