summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2020-12-03 10:09:38 +0100
committerJohannes Wienke2020-12-03 10:09:38 +0100
commit08e7efd561b7a186ac60f0fbd4c1e0d8c2456436 (patch)
treed951f47cf6feb448152cde94f3b108f6521cc378
parent8eb3f5dc3d27cab044efd061aad2b45b0ede4954 (diff)
downloadaur-08e7efd561b7a186ac60f0fbd4c1e0d8c2456436.tar.gz
Revision bump for Python 3.9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99fd4283fb26..7d6815d7fff6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-broadcast-logging
pkgdesc = A Python logging system handler which broadcasts log messages and a matching receiver executable.
pkgver = 0.1
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/languitar/broadcast-logging
arch = any
license = LGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 6a71bba045f9..5f510a41b302 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-broadcast-logging
pkgver=0.1
-pkgrel=4
+pkgrel=5
pkgdesc="A Python logging system handler which broadcasts log messages and a matching receiver executable."
arch=(any)
url="https://github.com/languitar/broadcast-logging"