Package Details: pidgin-quote-text 0.9.4-1

Git Clone URL: https://aur.archlinux.org/pidgin-quote-text.git (read-only, click to copy)
Package Base: pidgin-quote-text
Description: Quote selected message into the entry area
Upstream URL: https://github.com/pomozoff/quotetext
Keywords: im pidgin plugin
Licenses: GPL2
Submitter: cl0ne
Maintainer: cl0ne
Last Packager: cl0ne
Votes: 3
Popularity: 0.000000
First Submitted: 2015-12-06 21:27 (UTC)
Last Updated: 2025-11-07 22:53 (UTC)

Latest Comments

cl0ne commented on 2025-11-07 23:01 (UTC)

@dreieck thanks for the help!

I've updated the PKGBUILD. I don't think there's a need to use the latest state from VCS since it hasn't changed for quite a while and it doesn't differ from the latest released version, so I've just corrected the version number in the PKGBUILD and used the archive from the corresponding git tag. Consequently, there's no need to rename the package.

dreieck commented on 2025-09-30 21:48 (UTC) (edited on 2025-09-30 21:49 (UTC) by dreieck)

This PKGBUILD downloads the latest state from a git repository.

So you must(!):

  • Rename it to pidgin-quote-text-git (i.e. with -git suffix),
  • add a proper pkgver() function,
  • add provides=("pidgin-quote-text"),
  • add conflicts=("pidgin-quote-text").

Regards and thanks for the package!