summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2021-10-06 21:11:43 -0500
committerLuis Martinez2021-10-06 21:11:43 -0500
commitfce16a23cc8e320cc0d875f2a1c7729d5e1a5b73 (patch)
treeaef40cb70f348681bb863b8f07cb7553ff5b6be7 /PKGBUILD
parent126ab4e9d153899daf11c005ec7f460e8f0d1ea8 (diff)
downloadaur-fce16a23cc8e320cc0d875f2a1c7729d5e1a5b73.tar.gz
add provides and replaces
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4617963f1def..eced80906d02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
pkgname=python-logging_tree
pkgver=1.9
-pkgrel=1
+pkgrel=2
pkgdesc='Introspect and display the logger tree inside "logging"'
url='https://github.com/brandon-rhodes/logging_tree'
license=('BSD')
arch=('any')
depends=('python')
makedepends=('python-setuptools')
+provides=('python-logging-tree')
+replaces=('python-logging-tree')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha256sums=('3e15b37911efcdbc7195199aa20a463fd37a7385251a90600b5df1eb28569c35')