aboutsummaryrefslogtreecommitdiffstats
path: root/testing/irclog2html
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2014-05-24 09:34:23 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2014-05-26 09:11:35 +0000
commit958db132f4494d3d57e0a2d14b6e5676b73ed626 (patch)
treead473ceedea84eff860e35a25d6d899c272c6098 /testing/irclog2html
parent0fb525c1f3611cffa4196dc13f1d5af1cb88e8f3 (diff)
downloadaports-958db132f4494d3d57e0a2d14b6e5676b73ed626.tar.bz2
aports-958db132f4494d3d57e0a2d14b6e5676b73ed626.tar.xz
testing/irclog2html: upgrade to 2.13.1
Diffstat (limited to 'testing/irclog2html')
-rw-r--r--testing/irclog2html/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/irclog2html/APKBUILD b/testing/irclog2html/APKBUILD
index e674df53a2..f195d95001 100644
--- a/testing/irclog2html/APKBUILD
+++ b/testing/irclog2html/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=irclog2html
-pkgver=2.12.1
+pkgver=2.13.1
pkgrel=0
pkgdesc="Script to convert IRC logs to HTML and other formats"
url="http://mg.pov.lt/irclog2html/"
@@ -12,9 +12,9 @@ depends_dev=""
makedepends="python-dev py-setuptools"
install=""
subpackages=""
-source="$pkgname-$pkgver.tar.gz::https://github.com/mgedmin/irclog2html/archive/2.12.1.tar.gz"
+source="http://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"
-_builddir="$srcdir"/$pkgname-$pkgver
+_builddir="$srcdir"/$pkgname-2.12.1
prepare() {
local i
cd "$_builddir"
@@ -37,6 +37,6 @@ package() {
"$pkgdir"/usr/share/$pkgname/irclog.css || return 1
}
-md5sums="15a2f593154b2736cd943dd2358c2f4b irclog2html-2.12.1.tar.gz"
-sha256sums="ec57597336ebad82b4d7f7499f394cc72ce731cf9a4abbb5b2b173eeeaaf12f2 irclog2html-2.12.1.tar.gz"
-sha512sums="147e1a0a86b1a672080f51fb837d5c6912d7df650f0cff7cc91be5219b390dbd455bf35ec4a3b9a0b94e67bf1b068d49dc4b9643f9f549400377b00f68782bf7 irclog2html-2.12.1.tar.gz"
+md5sums="15a2f593154b2736cd943dd2358c2f4b irclog2html-2.13.1.tar.gz"
+sha256sums="ec57597336ebad82b4d7f7499f394cc72ce731cf9a4abbb5b2b173eeeaaf12f2 irclog2html-2.13.1.tar.gz"
+sha512sums="147e1a0a86b1a672080f51fb837d5c6912d7df650f0cff7cc91be5219b390dbd455bf35ec4a3b9a0b94e67bf1b068d49dc4b9643f9f549400377b00f68782bf7 irclog2html-2.13.1.tar.gz"