summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDrew DeVault2018-02-03 10:40:54 -0500
committerDrew DeVault2018-02-03 10:40:54 -0500
commitb86e2a2d937971e1ad5736c9bff10c9dbbe1559f (patch)
tree55c97fdd7589534395a1b5d9e847c684b885f2af /PKGBUILD
parenta1d506e0846818aa109677279e9437b888d174cf (diff)
downloadaur-b86e2a2d937971e1ad5736c9bff10c9dbbe1559f.tar.gz
Update to 0.2.2
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}"