summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')