summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2022-10-06 21:47:20 -0400
committeracxz2022-10-06 21:47:20 -0400
commit572311ccbae920cf9999a9fe9f5710b77b113fa1 (patch)
treede60db410c689239fd62639293ce1f1eaebb078d
parent733559d23cd98f5686a614adacca8f65954c667f (diff)
downloadaur-572311ccbae920cf9999a9fe9f5710b77b113fa1.tar.gz
upgpkg: python-aiologger 0.7.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfcfd9eeb281..685c76a5e569 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aiologger
pkgdesc = Asynchronous logging for python and asyncio
- pkgver = 0.6.1
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/b2wdigital/aiologger
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = python-aiologger
makedepends = python-setuptools
depends = python
optdepends = python-aiofiles
- source = python-aiologger-0.6.1::https://github.com/b2wdigital/aiologger/archive/0.6.1.tar.gz
- sha256sums = 03dd32b8b6218528b7e5f143c32c0727731f5d6700cfd6108ba42f87e3ad9963
+ source = python-aiologger-0.7.0::https://github.com/async-worker/aiologger/archive/0.7.0.tar.gz
+ sha256sums = eb15ba148ee3ec51d12d88719eb66a620616ce5125dda445597bb5cd72393ef4
pkgname = python-aiologger
diff --git a/PKGBUILD b/PKGBUILD
index 309ebc582e16..f70935f84190 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-aiologger
-pkgver=0.6.1
+pkgver=0.7.0
pkgrel=1
pkgdesc='Asynchronous logging for python and asyncio'
arch=('x86_64')
@@ -10,8 +10,8 @@ license=('MIT')
depends=('python')
optdepends=('python-aiofiles')
makedepends=('python' 'python-setuptools')
-source=("$pkgname-$pkgver::https://github.com/b2wdigital/aiologger/archive/$pkgver.tar.gz")
-sha256sums=('03dd32b8b6218528b7e5f143c32c0727731f5d6700cfd6108ba42f87e3ad9963')
+source=("$pkgname-$pkgver::https://github.com/async-worker/aiologger/archive/$pkgver.tar.gz")
+sha256sums=('eb15ba148ee3ec51d12d88719eb66a620616ce5125dda445597bb5cd72393ef4')
_pkgname=aiologger