summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2016-03-01 11:55:10 +0100
committerChristopher Reimer2016-03-01 11:55:10 +0100
commitbc34ef9afd7a9b5e5352401a954ae25afc4c6e4d (patch)
tree81689f24c699ea6863440061ac98150d960a4623
parent4ad25702e0ccb0dc9674e328a06e9abd27f551f0 (diff)
downloadaur-bc34ef9afd7a9b5e5352401a954ae25afc4c6e4d.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/e1e005d7ca55886957275899bdd18b5b8dd38fd6)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8b0b08a4c53..d63246da48e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vdr-dvbapi
pkgdesc = A bridge between VDR and OScam.
- pkgver = 2.2.1
- pkgrel = 2
+ pkgver = 2.2.2
+ pkgrel = 1
epoch = 1
url = https://github.com/manio/vdr-plugin-dvbapi
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = vdr-dvbapi
depends = libdvbcsa
depends = vdr-api=2.2.0
backup = etc/vdr/conf.avail/50-dvbapi.conf
- source = https://github.com/manio/vdr-plugin-dvbapi/archive/v2.2.1.tar.gz
- sha256sums = 1586fcbc043e6bb74bf9715f4821570558d907e5bfd768ce12b532972998beda
+ source = https://github.com/manio/vdr-plugin-dvbapi/archive/v2.2.2.tar.gz
+ sha256sums = 86c00b7235952a6b49321efd6c931f0c97885475c9bdc81b0b35236fc7ec7f20
pkgname = vdr-dvbapi
diff --git a/PKGBUILD b/PKGBUILD
index 548c8d7a278a..b4247c2d42dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-dvbapi
-pkgver=2.2.1
+pkgver=2.2.2
epoch=1
_vdrapi=2.2.0
-pkgrel=2
+pkgrel=1
pkgdesc="A bridge between VDR and OScam."
url="https://github.com/manio/vdr-plugin-dvbapi"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
@@ -15,7 +15,7 @@ makedepends=('git')
_plugname=${pkgname//vdr-/}
source=("https://github.com/manio/vdr-plugin-dvbapi/archive/v$pkgver.tar.gz")
backup=("etc/vdr/conf.avail/50-$_plugname.conf")
-sha256sums=('1586fcbc043e6bb74bf9715f4821570558d907e5bfd768ce12b532972998beda')
+sha256sums=('86c00b7235952a6b49321efd6c931f0c97885475c9bdc81b0b35236fc7ec7f20')
build() {
cd "${srcdir}/vdr-plugin-${_plugname}-${pkgver}"