summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2018-12-25 16:28:25 +0100
committerManuel Reimer2018-12-25 16:28:25 +0100
commite0119b60789b30c5168f088f1d90313af829d80b (patch)
tree908342f551ab778234b45fe992b7bf1ec1478f13
parent38926a4d7da53dfa7ef75d1ef77b140224958cda (diff)
downloadaur-e0119b60789b30c5168f088f1d90313af829d80b.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/a2606b49548c60ec21761450c61f3ff06a079918)
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a618305875e9..7d4e77b86f41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 5.0.1
-# Wed Aug 17 16:25:08 UTC 2016
+# Generated by makepkg 5.1.1
+# Tue Dec 25 15:28:24 UTC 2018
pkgbase = vdr-noepg
pkgdesc = Replace the noepg-patch with the new cEpgHandler of vdr >= 1.7.26
- pkgver = 0.0.4
- pkgrel = 2
+ pkgver = 0.0.5
+ pkgrel = 1
url = https://github.com/flensrocker/vdr-plugin-noepg
arch = x86_64
arch = i686
@@ -13,9 +13,9 @@ pkgbase = vdr-noepg
license = GPL2
makedepends = git
depends = curl
- depends = vdr-api=2.2.0
+ depends = vdr-api=2.4.0
backup = etc/vdr/conf.avail/50-noepg.conf
- source = git://github.com/flensrocker/vdr-plugin-noepg.git#commit=b18cfff51a8d7722cc7f8ae511596714995f6c92
+ source = git+https://github.com/flensrocker/vdr-plugin-noepg.git#commit=779c9aef12be1dd2e03bce535c1c69f4a97b7f0f
md5sums = SKIP
pkgname = vdr-noepg
diff --git a/PKGBUILD b/PKGBUILD
index d6ffbb260061..2dc3f2e259d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-noepg
-pkgver=0.0.4
-_gitver=b18cfff51a8d7722cc7f8ae511596714995f6c92
-_vdrapi=2.2.0
-pkgrel=2
+pkgver=0.0.5
+_gitver=779c9aef12be1dd2e03bce535c1c69f4a97b7f0f
+_vdrapi=2.4.0
+pkgrel=1
pkgdesc="Replace the noepg-patch with the new cEpgHandler of vdr >= 1.7.26"
url="https://github.com/flensrocker/vdr-plugin-noepg"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
@@ -13,7 +13,7 @@ license=('GPL2')
depends=('curl' "vdr-api=${_vdrapi}")
makedepends=('git')
_plugname=${pkgname//vdr-/}
-source=("git://github.com/flensrocker/vdr-plugin-noepg.git#commit=$_gitver")
+source=("git+https://github.com/flensrocker/vdr-plugin-noepg.git#commit=$_gitver")
backup=("etc/vdr/conf.avail/50-$_plugname.conf")
md5sums=('SKIP')