diff options
author | Britney Fransen <brfransen@gmail.com> | 2025-05-17 15:03:44 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2025-05-17 15:03:44 (GMT) |
commit | 574a7395b3002b68fcd105a1529c01b9a9a3a2d6 (patch) | |
tree | edf5428693469c93e11d312ad3f12da70afa242f /linhes/xmltv/PKGBUILD | |
parent | 525728f7404b3f7d6cd986eda729c6713850b89e (diff) | |
download | linhes_pkgbuild-574a7395b3002b68fcd105a1529c01b9a9a3a2d6.zip linhes_pkgbuild-574a7395b3002b68fcd105a1529c01b9a9a3a2d6.tar.gz linhes_pkgbuild-574a7395b3002b68fcd105a1529c01b9a9a3a2d6.tar.bz2 |
xmltv: update to 1.4.0
Diffstat (limited to 'linhes/xmltv/PKGBUILD')
-rw-r--r-- | linhes/xmltv/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linhes/xmltv/PKGBUILD b/linhes/xmltv/PKGBUILD index 6059dd6..c024a1b 100644 --- a/linhes/xmltv/PKGBUILD +++ b/linhes/xmltv/PKGBUILD @@ -5,8 +5,8 @@ # Contributor: Andrew Simmons <andrew.simmons@gmail.com> pkgname=xmltv -pkgver=1.3.0 -pkgrel=2 +pkgver=1.4.0 +pkgrel=1 pkgdesc="Set of utilities to download tv listings and format them in xml" arch=('any') url="http://xmltv.org/wiki/" @@ -67,7 +67,7 @@ optdepends=('perl-file-chdir: testing grabbers' source=( "${pkgname}-${pkgver}.tar.gz::https://github.com/XMLTV/${pkgname}/archive/v${pkgver}.tar.gz" ) -sha256sums=('b01d17e14ad94d1123e641eb72297c8d98d810382451c63353a18dd1ddcc28e6') +sha256sums=('99ff1a57638ef9dc5d223cbb59ab0868411b08271ff949718af0e4b1ab997643') build() { cd "$pkgname-$pkgver" |