summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-10-06 21:11:43 -0500
committerLuis Martinez2021-10-06 21:11:43 -0500
commitfce16a23cc8e320cc0d875f2a1c7729d5e1a5b73 (patch)
treeaef40cb70f348681bb863b8f07cb7553ff5b6be7
parent126ab4e9d153899daf11c005ec7f460e8f0d1ea8 (diff)
downloadaur-fce16a23cc8e320cc0d875f2a1c7729d5e1a5b73.tar.gz
add provides and replaces
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cf5b1b994c1..cefd132268ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = python-logging_tree
pkgdesc = Introspect and display the logger tree inside "logging"
pkgver = 1.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/brandon-rhodes/logging_tree
arch = any
license = BSD
makedepends = python-setuptools
depends = python
+ provides = python-logging-tree
+ replaces = python-logging-tree
source = python-logging_tree-1.9.tar.gz::https://github.com/brandon-rhodes/logging_tree/archive/1.9.tar.gz
sha256sums = 3e15b37911efcdbc7195199aa20a463fd37a7385251a90600b5df1eb28569c35
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')