summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-09-13 21:30:00 -0400
committeracxz2020-09-13 21:30:00 -0400
commitd0a4926ef45a756f21d50a03c8a1c12e7f21ebd4 (patch)
tree8779467caee6442878ad633cf5dd5b7f69e4d664
parentfe8e45cceb62b8389c5d8cb2488c3041824b05cd (diff)
downloadaur-d0a4926ef45a756f21d50a03c8a1c12e7f21ebd4.tar.gz
[python-aiologger] updpkg 0.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3e4c64fa8c7..1b610e1f0e3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aiologger
pkgdesc = Asynchronous logging for python and asyncio
- pkgver = 0.5.0
+ pkgver = 0.5.1
pkgrel = 1
url = https://github.com/b2wdigital/aiologger
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = python-aiologger
makedepends = python-setuptools
depends = python
optdepends = python-aiofiles
- source = python-aiologger-0.5.0::https://github.com/b2wdigital/aiologger/archive/0.5.0.tar.gz
- sha256sums = 1f45179b36e8e9bd82223046520e827f65c93c0f541c3ca85d6ee6279d54496a
+ source = python-aiologger-0.5.1::https://github.com/b2wdigital/aiologger/archive/0.5.1.tar.gz
+ sha256sums = c1cea0e9a9b553918d19d939ce1fd4fb6c596faa14a6593c13efc31d099d33bc
pkgname = python-aiologger
diff --git a/PKGBUILD b/PKGBUILD
index d10367717bd7..803325cbdb03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-aiologger
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc='Asynchronous logging for python and asyncio'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('python')
optdepends=('python-aiofiles')
makedepends=('python' 'python-setuptools')
source=("$pkgname-$pkgver::https://github.com/b2wdigital/aiologger/archive/$pkgver.tar.gz")
-sha256sums=('1f45179b36e8e9bd82223046520e827f65c93c0f541c3ca85d6ee6279d54496a')
+sha256sums=('c1cea0e9a9b553918d19d939ce1fd4fb6c596faa14a6593c13efc31d099d33bc')
_pkgname=aiologger