Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Description: AUR xmltv patch - update to 0.5.70
Submitted on July 3, 2018 at 04:53 PM

From 4f830bb6f045183ab648cfa25493f491f9dda35d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= <[email protected]>
Date: Tue, 3 Jul 2018 18:45:34 +0200
Subject: [PATCH 1/2] Update to new upstream release 0.5.70
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jiří Klimeš <[email protected]>
---
 .SRCINFO | 10 ++++------
 PKGBUILD |  6 +++---
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 59eec13..ecedccd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Mon Sep  4 20:08:01 UTC 2017
 pkgbase = xmltv
 	pkgdesc = Set of utilities to download tv listings and format them in xml
-	pkgver = 0.5.69
-	pkgrel = 2
+	pkgver = 0.5.70
+	pkgrel = 1
 	url = http://xmltv.org/wiki/
 	arch = any
 	license = GPL
@@ -38,8 +36,8 @@ pkgbase = xmltv
 	depends = perl-xml-treepp
 	depends = perl-datetime-format-iso8601
 	depends = perl-json
-	source = http://downloads.sourceforge.net/xmltv/xmltv-0.5.69.tar.bz2
-	md5sums = 1b0128f97755e7769177d7930e03ad74
+	source = http://downloads.sourceforge.net/xmltv/xmltv-0.5.70.tar.bz2
+	md5sums = aa6c9f9e046199157b2e0e8e77919d10
 
 pkgname = xmltv
 
diff --git a/PKGBUILD b/PKGBUILD
index 946e27d..72dc54c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
 # Contributor: "blueowl" <[email protected]>
 
 pkgname=xmltv
-pkgver=0.5.69
-pkgrel=2
+pkgver=0.5.70
+pkgrel=1
 pkgdesc="Set of utilities to download tv listings and format them in xml"
 arch=('any')
 url="http://xmltv.org/wiki/"
@@ -22,7 +22,7 @@ depends=('perl-archive-zip' 'perl-datetime' 'perl-date-manip'
   'perl-xml-twig' 'perl-xml-writer' 'perl-parse-recdescent' 'perl-cgi'
   'perl-xml-treepp' 'perl-datetime-format-iso8601' 'perl-json')
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('1b0128f97755e7769177d7930e03ad74')
+md5sums=('aa6c9f9e046199157b2e0e8e77919d10')
 
 build() {
   cd "$pkgname-$pkgver"
-- 
2.18.0