summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2018-11-22 19:22:45 +0100
committerCarsten Teibes2018-11-22 19:22:45 +0100
commit8882ef809f31efd29d80cebbc5e557f0dfdcee79 (patch)
treefcfcf17a6b2de79369922ee6038105cec7406f58
parent67b0e8e48871fa7682c1c610c2b37fab1572b773 (diff)
downloadaur-8882ef809f31efd29d80cebbc5e557f0dfdcee79.tar.gz
[upd] 2.16.0→2.17.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a644441f79bd..a96d5d7caf7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = irclog2html
- pkgdesc = Converts IRC log files to HTML with pretty colours.
- pkgver = 2.16.0
+ pkgdesc = Colourises and converts IRC logs to HTML format for easy web reading.
+ pkgver = 2.17.0
pkgrel = 1
- url = http://mg.pov.lt/irclog2html/
+ 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.16.0.tar.gz
- sha256sums = 7a3070be137150f10b9a1186400b4c4883bb66b8559c1d2c1e43a92e2f1ea3c9
+ source = https://files.pythonhosted.org/packages/source/i/irclog2html/irclog2html-2.17.0.tar.gz
+ sha256sums = 50fbfa1d2b046497058c4b805742b6883b29f9e3da36b0eaf67b71676b3c3105
pkgname = irclog2html
diff --git a/PKGBUILD b/PKGBUILD
index 4899f551189d..c2d53eb640a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: vuslkopp <vuslkopp@i2pmail.org>
pkgname=irclog2html
-pkgver=2.16.0
+pkgver=2.17.0
pkgrel=1
-pkgdesc='Converts IRC log files to HTML with pretty colours.'
+pkgdesc='Colourises and converts IRC logs to HTML format for easy web reading.'
arch=('any')
license=('GPL2')
-url='http://mg.pov.lt/irclog2html/'
+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=('7a3070be137150f10b9a1186400b4c4883bb66b8559c1d2c1e43a92e2f1ea3c9')
+sha256sums=('50fbfa1d2b046497058c4b805742b6883b29f9e3da36b0eaf67b71676b3c3105')
package() {
cd $pkgname-$pkgver