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

Jonas Witschel diabonas at archlinux.org
Sat Jul 3 16:17:30 UTC 2021


    Date: Saturday, July 3, 2021 @ 16:17:30
  Author: diabonas
Revision: 971949

upgpkg: weechat-matrix 0.3.0-2: correct dependency name

The package containing the "xdg-open" executable is called "xdg-utils".

Modified:
  weechat-matrix/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-03 15:43:29 UTC (rev 971948)
+++ PKGBUILD	2021-07-03 16:17:30 UTC (rev 971949)
@@ -2,7 +2,7 @@
 pkgname=weechat-matrix
 pkgver=0.3.0
 _tag=ebf792a233a50d639b13e5f7c9a1c1fe988e7476 # git rev-parse "$pkgver"
-pkgrel=1
+pkgrel=2
 pkgdesc='WeeChat Matrix protocol script written in Python'
 arch=('any')
 url='https://github.com/poljar/weechat-matrix'
@@ -14,7 +14,7 @@
 optdepends=('python-aiohttp: matrix_sso_helper support'
             'python-magic: matrix_upload support'
             'python-requests: matrix_decrypt and matrix_upload support'
-            'xdg-open: default plumber for matrix_decrypt')
+            'xdg-utils: default plumber for matrix_decrypt')
 install='weechat-matrix.install'
 source=("git+$url.git?signed#tag=$_tag")
 sha512sums=('SKIP')




More information about the arch-commits mailing list