Date: Wednesday, September 1, 2021 @ 07:23:49
  Author: diabonas
Revision: 1010254

upgpkg: weechat-matrix 0.3.0-3: update install script to use XDG directories

WeeChat supports the XDG Base Directory Specification since version 3.2.

Modified:
  weechat-matrix/trunk/PKGBUILD
  weechat-matrix/trunk/weechat-matrix.install

------------------------+
 PKGBUILD               |    2 +-
 weechat-matrix.install |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-09-01 07:04:14 UTC (rev 1010253)
+++ PKGBUILD    2021-09-01 07:23:49 UTC (rev 1010254)
@@ -2,7 +2,7 @@
 pkgname=weechat-matrix
 pkgver=0.3.0
 _tag=ebf792a233a50d639b13e5f7c9a1c1fe988e7476 # git rev-parse "$pkgver"
-pkgrel=2
+pkgrel=3
 pkgdesc='WeeChat Matrix protocol script written in Python'
 arch=('any')
 url='https://github.com/poljar/weechat-matrix'

Modified: weechat-matrix.install
===================================================================
--- weechat-matrix.install      2021-09-01 07:04:14 UTC (rev 1010253)
+++ weechat-matrix.install      2021-09-01 07:23:49 UTC (rev 1010254)
@@ -2,8 +2,8 @@
        echo "To load this script, execute the following command in WeeChat:"
        echo "/script load weechat-matrix.py"
        echo "To load it automatically during WeeChat startup, use:"
-       echo "mkdir -p ~/.weechat/python/autoload"
-       echo "ln -s /usr/share/weechat/python/weechat-matrix.py -t 
~/.weechat/python/autoload"
+       echo "mkdir -p ~/.local/share/weechat/python/autoload"
+       echo "ln -s /usr/share/weechat/python/weechat-matrix.py -t 
~/.local/share/weechat/python/autoload"
 }
 
 post_upgrade() {

Reply via email to