Package Details: weechat-autosort 3.8-2

Git Clone URL: https://aur.archlinux.org/weechat-autosort.git (read-only, click to copy)
Package Base: weechat-autosort
Description: A WeeChat plugin: Automatically keep your buffers sorted.
Upstream URL: https://github.com/de-vri-es/weechat-autosort
Licenses: MIT
Submitter: SWW13
Maintainer: sQVe
Last Packager: sQVe
Votes: 4
Popularity: 0.000078
First Submitted: 2018-08-29 12:32 (UTC)
Last Updated: 2021-07-02 08:38 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

sQVe commented on 2021-06-30 11:37 (UTC)

@yhtez: There is a 3.9 version but that is sadly not released. See https://github.com/de-vri-es/weechat-autosort/commit/d62fa8633015ebc2676060fcdae88c402977be46.

Changing the path is on my TODO list, as well as all other weechat plugins I maintain. Priorities, priorities...

yhtez commented on 2021-06-30 08:47 (UTC) (edited on 2021-06-30 08:49 (UTC) by yhtez)

Oh, I'm an idiot. I could have sworn that there was a tag for 3.9. Sorry for the false flag. The script should still be installed under /usr/share/weechat/python

sQVe commented on 2021-06-30 08:34 (UTC)

Package is not out of date. See https://github.com/de-vri-es/weechat-autosort/releases for release list.

yhtez commented on 2021-06-29 21:04 (UTC) (edited on 2021-06-29 21:05 (UTC) by yhtez)

The script should be installed under /usr/share instead of /usr/lib, WeeChat also recognizes and can load scripts in /usr/share/weechat out of the box.

diff --git a/PKGBUILD b/PKGBUILD
index e354b0a..c93f48a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,5 +14,5 @@ sha512sums=('7cfb4108657aae8c2cb30c8c20a30393c0679cea1ea451ec6d1f5cc4b6594c15bbb
 package() {
   cd "${pkgname}-${pkgver}"
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 autosort.py "${pkgdir}/usr/lib/weechat/python/autosort.py"
+  install -Dm644 autosort.py "${pkgdir}/usr/share/weechat/python/autosort.py"
 }

sQVe commented on 2021-01-21 08:36 (UTC)

@katt This is now fixed.

katt commented on 2021-01-13 13:37 (UTC)

Should depend on python, also please set your source to be unique, like ${pkname}-${pkgver}.tar.gz::actualsource so it won't conflict when using a common $SRCDEST