summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfabrixxm2021-04-07 14:52:52 +0200
committerfabrixxm2021-04-07 14:52:52 +0200
commit8328523832e720ad46c39a7e42e6862cb9bfa643 (patch)
tree84ff80649692af9f183bf97c211c86c0f055a291
parent779810c32170a56a2a569f25a22dd2e3adbde943 (diff)
downloadaur-8328523832e720ad46c39a7e42e6862cb9bfa643.tar.gz
Conflicts with 'stable' package
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c79eb53cf30..dad23c17365f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = lesana-git
depends = python-xapian
depends = python-gitpython
provides = lesana
+ conflicts = lesana
source = git+https://git.sr.ht/~valhalla/lesana
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1b5b967c9543..76a6634deb86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ license=(GPL3)
depends=('python-dateutil' 'python-jinja' 'python-ruamel-yaml' 'python-xapian' 'python-gitpython')
makedepends=('python-setuptools')
provides=(lesana)
+conflicts=(lesana)
source=("git+https://git.sr.ht/~valhalla/lesana")
md5sums=(SKIP)