summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbobpaul2020-07-26 10:27:34 -0500
committerbobpaul2020-07-26 10:27:34 -0500
commit6cc187e078100838e703497a853d75f22e7d4ee1 (patch)
tree6cf82e8a7e156239f5894cacb5b5c7a67e95a174
parent161b81f836fdd71a49897ae670235692aa9c11ce (diff)
downloadaur-6cc187e078100838e703497a853d75f22e7d4ee1.tar.gz
Added example for selecting a specific tag, which is sometimes needed for mautrix-hangouts and mautrix-facebook
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bffe3e6eb5ce..4851fa5d1e81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-mautrix-git
pkgdesc = A Python 3 asyncio Matrix framework.
- pkgver = r317.645a0fa
+ pkgver = r413.5cf9d7c
pkgrel = 0
url = https://github.com/tulir/mautrix-python
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index cd67ca11f901..256a8ff69246 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase=python-mautrix
pkgname=${_pkgbase}-git
-pkgver=r317.645a0fa
+pkgver=r413.5cf9d7c
pkgrel=0
pkgdesc="A Python 3 asyncio Matrix framework."
url="https://github.com/tulir/mautrix-python"
@@ -13,6 +13,7 @@ conflicts=(python-mautrix)
license=('MPL2')
arch=('any')
source=("mautrix-python::git+https://github.com/tulir/mautrix-python")
+#source=("mautrix-python::git+https://github.com/tulir/mautrix-python#tag=v0.6.0-rc5")
sha256sums=('SKIP')
pkgver() {