summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21091db18ccb..a212c3e09d7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 11 12:04:59 UTC 2016
+# Mon Mar 28 01:40:17 UTC 2016
pkgbase = python2-irc3
pkgdesc = plugable irc client library based on asyncio
- pkgver = 0.8.6
+ pkgver = 0.8.9
pkgrel = 1
url = https://github.com/gawel/irc3
arch = any
@@ -12,8 +12,8 @@ pkgbase = python2-irc3
depends = python2-configparser
depends = python2-trollius
depends = python2-venusian
- source = https://pypi.python.org/packages/source/i/irc3/irc3-0.8.6.tar.gz
- md5sums = 6037ddeabed6ed0581a688683cb9b370
+ source = https://pypi.python.org/packages/source/i/irc3/irc3-0.8.9.tar.gz
+ md5sums = 3e00be13ce5270ebe378f874ad659601
pkgname = python2-irc3
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