Date: Wednesday, August 22, 2018 @ 22:11:32 Author: kkeen Revision: 373316
upgpkg: python-irc 16.4-1 Modified: python-irc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-22 21:19:11 UTC (rev 373315) +++ PKGBUILD 2018-08-22 22:11:32 UTC (rev 373316) @@ -6,8 +6,8 @@ pkgbase=python-irc pkgname=('python-irc' 'python2-irc') -pkgver=16.1 -pkgrel=2 +pkgver=16.4 +pkgrel=1 pkgdesc="IRC (Internet Relay Chat) protocol client library for Python" depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco' 'python-tempora') makedepends=('python-setuptools' 'python2-setuptools' @@ -17,7 +17,7 @@ url="http://pypi.python.org/pypi/irc" license=('LGPL') source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz") -md5sums=('942667800e1fcc46bc46b7f62b12068f') +md5sums=('b201b4f58cc1e2a59cb675a59a0b7b37') build() { cd "$srcdir"