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 f12f8eb51a5e..0f9e87b8a6ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name=asif
pkgname="python-${_name}"
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="A Python 3.5, asyncio- and decorator-based IRC framework"
url="https://github.com/minus7/asif"
@@ -9,7 +9,7 @@ license=("MIT")
depends=("python")
makedepends=("python-setuptools")
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('ce611356802567852dda6323979b678f3fc5568216b997fedc769544f0897ec7')
+sha256sums=('db4eb4cfd45176483631172338e239c65cd60f617bf83189714cb85ff6e716e1')
build() {
cd "${srcdir}/${_name}-${pkgver}"