[arch-commits] Commit in weechat-matrix/trunk (PKGBUILD)

Jonas Witschel diabonas at archlinux.org
Sat Feb 27 23:31:15 UTC 2021


    Date: Saturday, February 27, 2021 @ 23:31:15
  Author: diabonas
Revision: 875668

upgpkg: weechat-matrix 0.2.0-4: backport patch to allow password login with SSO enabled

Modified:
  weechat-matrix/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-27 23:31:05 UTC (rev 875667)
+++ PKGBUILD	2021-02-27 23:31:15 UTC (rev 875668)
@@ -2,7 +2,7 @@
 pkgname=weechat-matrix
 pkgver=0.2.0
 _tag=16d8e979166aec92cb55cd7e946e84606fffa8f4 # git rev-parse "$pkgver"
-pkgrel=3
+pkgrel=4
 pkgdesc='WeeChat Matrix protocol script written in Python'
 arch=('any')
 url='https://github.com/poljar/weechat-matrix'
@@ -28,6 +28,11 @@
 prepare() {
 	cd "$pkgname"
 	sed -ri 's|#!/usr/bin/env( -S)? python3|#!/usr/bin/python3|' contrib/*.py
+
+	# Fix condition to not force the user through the SSO process
+	# (https://github.com/poljar/weechat-matrix/issues/260)
+	git cherry-pick --no-commit ef09292005d67708511a44c8285df1342ab66bd1
+
 	dephell deps convert --from pyproject.toml --to setup.py
 }
 



More information about the arch-commits mailing list