summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJiří Klimeš2021-02-26 14:12:09 +0100
committerJiří Klimeš2021-02-26 14:12:09 +0100
commit6f4a010980c763d8a248db41a6672d063d4508bd (patch)
treef413ae5b1f3b095a4f67342a47bb803a90070de8 /PKGBUILD
parent889504352a65a0f69d6af1244ce80314ec3980e1 (diff)
downloadaur-6f4a010980c763d8a248db41a6672d063d4508bd.tar.gz
Update to new upstream release 1.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d8cb421c892..b868c970327e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Andrew Simmons <andrew.simmons@gmail.com>
pkgname=xmltv
-pkgver=0.6.3
+pkgver=1.0.0
pkgrel=1
pkgdesc="Set of utilities to download tv listings and format them in xml"
arch=('any')
@@ -24,7 +24,7 @@ depends=('perl-archive-zip' 'perl-datetime' 'perl-date-manip'
source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/XMLTV/${pkgname}/archive/v${pkgver}.tar.gz"
)
-sha256sums=('8de66873e9dc7d20bcd01b85cf96632e724f78202a05cefd0af22254d829b737')
+sha256sums=('2dd2cfb3571ca01afb2ddd568d0d6b1a8c5684fd2cbe11729d72aea3a20db5d9')
build() {
cd "$pkgname-$pkgver"