summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJiří Klimeš2022-04-26 14:28:20 +0200
committerJiří Klimeš2022-04-26 14:28:20 +0200
commit01e9ef24d2532531c6993278a4203dbc09030237 (patch)
tree876f1df8efe00f49b40ed7595b3f007d32385da7 /PKGBUILD
parent07198ea3971633d3ebe795a7808fd79e2db47c1f (diff)
downloadaur-01e9ef24d2532531c6993278a4203dbc09030237.tar.gz
Update to new upstream release 1.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b861de3907a..0957ad63ecaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Andrew Simmons <andrew.simmons@gmail.com>
pkgname=xmltv
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.2
+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=('2dd2cfb3571ca01afb2ddd568d0d6b1a8c5684fd2cbe11729d72aea3a20db5d9')
+sha256sums=('2ca763fcb8735d66a10bde005f7cf993436e6e5d4b6748ef9dca6626d5f43255')
build() {
cd "$pkgname-$pkgver"