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