summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47d6eb7c4778..74801aabceb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-irc3
_pkgname=irc3
-pkgver=0.7.1
+pkgver=0.8.6
pkgrel=1
pkgdesc="plugable irc client library based on asyncio"
arch=(any)
@@ -10,8 +10,8 @@ url="https://github.com/gawel/irc3"
license=('MIT')
depends=('python2' 'python2-configparser' 'python2-trollius' 'python2-venusian')
makedepends=('python2-setuptools')
-source=("https://pypi.python.org/packages/source/i/irc3/irc3-$pkgver.zip")
-md5sums=('a78f43275127b73ea61f9734d0ce491a')
+source=("https://pypi.python.org/packages/source/i/irc3/irc3-$pkgver.tar.gz")
+md5sums=('6037ddeabed6ed0581a688683cb9b370')
build() {
cd $_pkgname-$pkgver