summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2019-08-28 21:31:52 +0200
committerCarsten Teibes2019-08-28 21:31:52 +0200
commit9c2fe99cf974cb9559594e29970dc20dad324ebe (patch)
tree3722ed5c9827de86079b3ba794d9054c59c71255
parent8882ef809f31efd29d80cebbc5e557f0dfdcee79 (diff)
downloadaur-9c2fe99cf974cb9559594e29970dc20dad324ebe.tar.gz
[upd] 2.17.0→2.17.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a96d5d7caf7e..14479ead79d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = irclog2html
pkgdesc = Colourises and converts IRC logs to HTML format for easy web reading.
- pkgver = 2.17.0
+ pkgver = 2.17.2
pkgrel = 1
url = https://mg.pov.lt/irclog2html/
arch = any
license = GPL2
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/i/irclog2html/irclog2html-2.17.0.tar.gz
- sha256sums = 50fbfa1d2b046497058c4b805742b6883b29f9e3da36b0eaf67b71676b3c3105
+ source = https://files.pythonhosted.org/packages/source/i/irclog2html/irclog2html-2.17.2.tar.gz
+ sha256sums = 5c0f3a5485c8d2139c7ba6f8b72b4a5844df12fa7c711532bbbbaa1077cea421
pkgname = irclog2html
diff --git a/PKGBUILD b/PKGBUILD
index c2d53eb640a6..3c908bd2302b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: vuslkopp <vuslkopp@i2pmail.org>
pkgname=irclog2html
-pkgver=2.17.0
+pkgver=2.17.2
pkgrel=1
pkgdesc='Colourises and converts IRC logs to HTML format for easy web reading.'
arch=('any')
@@ -11,7 +11,7 @@ url='https://mg.pov.lt/irclog2html/'
depends=('python')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/i/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('50fbfa1d2b046497058c4b805742b6883b29f9e3da36b0eaf67b71676b3c3105')
+sha256sums=('5c0f3a5485c8d2139c7ba6f8b72b4a5844df12fa7c711532bbbbaa1077cea421')
package() {
cd $pkgname-$pkgver