summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan2019-04-04 00:09:58 +0000
committerFelix Yan2019-04-04 00:09:58 +0000
commitfd7225fbded0d3b6be59c3b00fc3f3ec486c3093 (patch)
tree5680ccce94bed724d10965033bdd046b694541ed
parent2922eb08b9fae42e1ad0cb691968d71bdd5520ef (diff)
downloadaur-fd7225fbded0d3b6be59c3b00fc3f3ec486c3093.tar.gz
upgpkg: 0.12.3-1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b918290dc68..5fa9e82f76cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=python-asynctest
-pkgver=0.12.2
+pkgver=0.12.3
pkgrel=1
pkgdesc="Enhance the standard unittest package with features for testing asyncio libraries"
url="https://github.com/Martiusweb/asynctest"
@@ -10,7 +10,7 @@ arch=('any')
depends=('python')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Martiusweb/asynctest/archive/v$pkgver.tar.gz")
-sha512sums=('e182fcf0c42d726dde810b9e2d50492b9e5ec9209b5419bd5faef28ee475ff04d6c8220bc165ec506eb9fc2dd38e45d7c3f8bc4ba1f0e279e44214e39862fe0f')
+sha512sums=('a5c63fe27c43498eae8fd6ea12fe2dba7a0cc4916cba83ddccc66e80b0d49318c0d506149fdc45eb78a25e63efae133d040be37ff7f8feacab4d8aba6f02e0a8')
build() {
cd asynctest-$pkgver