summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwebmeister2020-02-11 21:50:05 +0100
committerwebmeister2020-02-11 21:50:05 +0100
commit15d8185ed8f4c944a5c978ba777ec487abcd6e8d (patch)
treec99466a8f8d320ed6cb7b3026b55a2196d444c39
parent49c9d2c9197ea6328e3e557ba82bc1d436b9700d (diff)
downloadaur-python-stem-git.tar.gz
Allow package to replace python-stem
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6267a87d5c1..f2c9feab0208 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,8 @@ pkgbase = python-stem-git
license = LGPL3
makedepends = git
depends = python
+ provides = python-stem
+ conflicts = python-stem
source = git+https://git.torproject.org/stem.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7ca005980ef1..4a82f2f5c2d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ url='https://stem.torproject.org/'
license=('LGPL3')
depends=('python')
makedepends=('git')
+conflicts=('python-stem')
+provides=('python-stem')
source=('git+https://git.torproject.org/stem.git')
sha256sums=('SKIP')