diff options
Diffstat (limited to 'abs/core-testing/xmltv')
-rwxr-xr-x | abs/core-testing/xmltv/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/xmltv/PKGBUILD b/abs/core-testing/xmltv/PKGBUILD index 2583e94..1738b53 100755 --- a/abs/core-testing/xmltv/PKGBUILD +++ b/abs/core-testing/xmltv/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Andrew Simmons <andrew.simmons@gmail.com> pkgname=xmltv -pkgver=0.5.51 -pkgrel=2 +pkgver=0.5.54 +pkgrel=1 pkgdesc="Set of utilities to download tv listings and format them in xml" arch=(i686 x86_64) url="http://xmltv.org/wiki/" @@ -26,4 +26,4 @@ build() { # remove perllocal.pod and .packlist find ${startdir}/pkg -name perllocal.pod -delete find ${startdir}/pkg -name .packlist -delete -}
\ No newline at end of file +} |