aboutsummaryrefslogtreecommitdiffstats
path: root/community/xmltv
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2018-02-07 14:56:51 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2018-02-07 15:45:00 +0000
commit748ab53084631c993b9fc7bb9f3ced1b2f11e097 (patch)
treee38ea2775e5d07f7246c0171e2b0ec329c8a81b9 /community/xmltv
parentcc575120c2001dbf6679797cd4d749a3c75944bc (diff)
downloadaports-748ab53084631c993b9fc7bb9f3ced1b2f11e097.tar.bz2
aports-748ab53084631c993b9fc7bb9f3ced1b2f11e097.tar.xz
community/xmltv: upgrade to 0.5.70
Diffstat (limited to 'community/xmltv')
-rw-r--r--community/xmltv/APKBUILD19
1 files changed, 8 insertions, 11 deletions
diff --git a/community/xmltv/APKBUILD b/community/xmltv/APKBUILD
index fcc7103569..a9f0685a3d 100644
--- a/community/xmltv/APKBUILD
+++ b/community/xmltv/APKBUILD
@@ -1,8 +1,8 @@
# Con://github.com/saltstack/salttributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=xmltv
-pkgver=0.5.69
-pkgrel=1
+pkgver=0.5.70
+pkgrel=0
pkgdesc="Set of utilities to download tv listings and format them in xml"
url="http://xmltv.org/wiki"
arch="noarch"
@@ -15,9 +15,7 @@ depends_dev=""
makedepends="$depends_dev perl-dev"
install=""
subpackages="$pkgname-doc"
-source="http://downloads.sourceforge.net/xmltv/xmltv-$pkgver.tar.bz2
- fix-build.patch"
-
+source="http://downloads.sourceforge.net/xmltv/xmltv-$pkgver.tar.bz2"
builddir="$srcdir"/xmltv-$pkgver
build() {
@@ -26,10 +24,10 @@ build() {
make
}
-#check() {
-# cd "$builddir"
-# make check
-#}
+check() {
+ cd "$builddir"
+ make test
+}
package() {
cd "$builddir"
@@ -37,5 +35,4 @@ package() {
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-sha512sums="b76991bdcf2803f67c0c24b52d44b62ebfc37f177dbfb31a781fefe420ee5a575b522ed6a6669fa9f0462ac866abd382a1b3fe2cf91d3bfab1758f95facd333c xmltv-0.5.69.tar.bz2
-66e0307a0ad4d1eeccef4a189eb59e4096070cc5165ce8a62206ebe9f43c76a62ac8640c8da3fbf078ddf780dc0ed6fbeeecb43f6550e61bf0a076ff80d8c79e fix-build.patch"
+sha512sums="36dd497dc20d296ca984ad0a1ca19f471c97cac7bfe7c5d4baeaae7faea565c36103bea10e7a7ae813c1cfc35c7ac376299edd2bf01c4c5da981cb5cca13317c xmltv-0.5.70.tar.bz2"