summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81fef046a271..194a44188070 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johannes Wienke <languitar@semipol.de>
pkgname=python-broadcast-logging-git
-pkgver=r1.fcc54bb
+pkgver=r3.16d0b34
pkgrel=1
pkgdesc="A Python logging system handler which broadcasts log messages and a matching receiver executable."
arch=(any)
@@ -9,6 +9,8 @@ url="https://github.com/languitar/broadcast-logging"
license=('LGPL3')
depends=('python3')
makedepends=('git' 'python-setuptools')
+provides=('python-broadcast-logging')
+conflicts=('python-broadcast-logging')
source=("${pkgname}::git://github.com/languitar/broadcast-logging.git")
md5sums=('SKIP')