summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan2019-05-15 08:56:17 +0000
committerFelix Yan2019-05-15 08:56:17 +0000
commit4b150dcd382619a69136b25b9dbd45bc27700aba (patch)
tree5932093111adad9a63d68859d96587678f52365a
parentc7aeab15bec69abe49d497eabb0c938c38c2107c (diff)
downloadaur-4b150dcd382619a69136b25b9dbd45bc27700aba.tar.gz
upgpkg: 0.13.0-1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 723c2b3cbecc..a9dded07b543 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=python-asynctest
-pkgver=0.12.4
+pkgver=0.13.0
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=('91bffeb37991f01cb83016184706a71b8a1ebf084000f48ab8527e603285d32a55b0d3200f0c8e249bfd2393b3ed75cad10314027e9815bb15847b5db46ae75e')
+sha512sums=('cfa76a461c81d702f96cc06d6a6786c35373802a4d878927a1f11eaad741aef8e55130e4b07cfc78673210f0ebf45bf808b7c43aebb1b2835f40306b5e44b141')
build() {
cd asynctest-$pkgver