summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 256a8ff69246..5e07fc09f148 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _pkgbase=python-mautrix
pkgname=${_pkgbase}-git
pkgver=r413.5cf9d7c
pkgrel=0
-pkgdesc="A Python 3 asyncio Matrix framework."
+pkgdesc="A Python 3 asyncio Matrix framework. This tracks the latest commit and is often broken"
url="https://github.com/tulir/mautrix-python"
depends=('python')
makedepends=('python3' 'python-setuptools')
provides=(python-mautrix)
-conflicts=(python-mautrix)
+conflicts=(python-mautrix python-mautrix-latest)
license=('MPL2')
arch=('any')
source=("mautrix-python::git+https://github.com/tulir/mautrix-python")