summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLartza2016-03-28 04:40:32 +0300
committerLartza2016-03-28 04:40:32 +0300
commit8fade8bbd47c4ca209fbe2e10e8f14d5bdf9716d (patch)
tree121a099f4b22b0c78e798e5aee82c19b3588a90c /PKGBUILD
parentf7d6c43f85d38b77cfcbc8ce331f6e86c04961dc (diff)
downloadaur-8fade8bbd47c4ca209fbe2e10e8f14d5bdf9716d.tar.gz
Update to 0.8.9-1
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