summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2017-09-08 22:44:55 +0200
committerChristopher Reimer2017-09-08 22:44:55 +0200
commit0d9fdce85893859fd2cf41ac39ac797b61546271 (patch)
tree39d3d5ecfce7e5bacc8aecaa5f9a7fe6f8615357
parenteb902be8f5b0b9cf5482afea7f6dbcf66eb81cf4 (diff)
downloadaur-0d9fdce85893859fd2cf41ac39ac797b61546271.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/fc264a2fd7d2c3d2507cad73186f988e00cbd9b9)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8476def6894..1c6a073721e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 5.0.1
-# Wed Aug 17 16:24:53 UTC 2016
+# Generated by makepkg 5.0.2
+# Fri Sep 8 20:44:55 UTC 2017
pkgbase = vdr-ddci2
pkgdesc = Support for stand alone CI by Digital Devices for VDR 2.1.6 and higher.
- pkgver = 0.0.13
- pkgrel = 7
+ pkgver = 1.0.1
+ pkgrel = 1
url = https://github.com/jasmin-j/vdr-plugin-ddci2
arch = x86_64
arch = i686
@@ -15,7 +15,7 @@ pkgbase = vdr-ddci2
depends = gcc-libs
depends = vdr-api=2.2.0
backup = etc/vdr/conf.avail/50-ddci2.conf
- source = git+https://github.com/jasmin-j/vdr-plugin-ddci2.git#commit=381a83d8c7a2d975f0c60bf21105f1f85a1003be
+ source = git+https://github.com/jasmin-j/vdr-plugin-ddci2.git#commit=056fd68990eab7610fa421b384262edc79c3f13c
source = 50-ddci2.conf
md5sums = SKIP
md5sums = 5dc8a287efe1419aaf1162cb6a6f28f3
diff --git a/PKGBUILD b/PKGBUILD
index 58ea357457c8..894748d48274 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-ddci2
-pkgver=0.0.13
-_gitver=381a83d8c7a2d975f0c60bf21105f1f85a1003be
+pkgver=1.0.1
+_gitver=056fd68990eab7610fa421b384262edc79c3f13c
_vdrapi=2.2.0
-pkgrel=7
+pkgrel=1
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=0.0.13
- _last_release_commit=381a83d8c7a2d975f0c60bf21105f1f85a1003be
+ _last_release=1.0.1
+ _last_release_commit=056fd68990eab7610fa421b384262edc79c3f13c
_count=$((`git rev-list --count HEAD` - `git rev-list --count $_last_release_commit`))
if [ $_count -gt 0 ]; then