aboutsummaryrefslogtreecommitdiffstats
path: root/testing/irclog2html
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-12-25 18:53:29 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-12-25 18:56:05 +0000
commit96c37bb8f60c4395372a255db1db25c4321c03ce (patch)
tree21402a99b07e1dd2ff346b9f0f2674865cba30e8 /testing/irclog2html
parente73d2d811df255bd77476a64eca7ea9ea89e0fa2 (diff)
downloadaports-96c37bb8f60c4395372a255db1db25c4321c03ce.tar.bz2
aports-96c37bb8f60c4395372a255db1db25c4321c03ce.tar.xz
testing/irclog2html: upgrade to 2.16.0
Diffstat (limited to 'testing/irclog2html')
-rw-r--r--testing/irclog2html/APKBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/testing/irclog2html/APKBUILD b/testing/irclog2html/APKBUILD
index 0cf1cdf70e..408b709507 100644
--- a/testing/irclog2html/APKBUILD
+++ b/testing/irclog2html/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=irclog2html
-pkgver=2.15.3
-pkgrel=1
+pkgver=2.16.0
+pkgrel=0
pkgdesc="Script to convert IRC logs to HTML and other formats"
url="http://mg.pov.lt/irclog2html/"
arch="noarch"
@@ -14,16 +14,14 @@ builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
- python3 setup.py build || return 1
+ python3 setup.py build
}
package() {
cd "$builddir"
- python3 setup.py install --prefix=/usr --root="$pkgdir" || return 1
+ python3 setup.py install --prefix=/usr --root="$pkgdir"
install -Dpm 0644 src/$pkgname/irclog.css \
- "$pkgdir"/usr/share/$pkgname/irclog.css || return 1
+ "$pkgdir"/usr/share/$pkgname/irclog.css
}
-md5sums="1d1b3b49358426fe59f6eefb0d2a5b2d irclog2html-2.15.3.tar.gz"
-sha256sums="88038cbd808917465a7413f90af6e7bd4c11b55df7026e3d225c1bf69c95ddf3 irclog2html-2.15.3.tar.gz"
-sha512sums="d8fac789610b387929d1a90e80cefd5df8ddaf0b238ba45822d806ed08aef7bf5ec71f0b2fa73948b4129bfe43f433f6a4b912bb40e33a4ffc50fefef2d1cc45 irclog2html-2.15.3.tar.gz"
+sha512sums="ed912c9702d57e6809d2a37637a2f044b586eda4f532ce0a721d91965782194f64626799be5abbd5b12dde9dea84de89ffa110b08d8a5f6ab02d88af5f83ee4e irclog2html-2.16.0.tar.gz"