Skip to content

Releases: archlinuxfr/package-query

1.12

02 Jun 14:54
Compare
Choose a tag to compare

package-query 1.12

  • Compatibility with pacman 6
  • Use autoreconf to bootstrap autotools

1.11

15 May 16:10
Compare
Choose a tag to compare

Fix compilation with gcc 10

1.10

23 Oct 14:01
Compare
Choose a tag to compare
  • Add info about PQ_COLORS "popularity" field to man page
  • Fix possible use of a null pointer
  • Add support for local file package check dependencies (%c)
  • Add support for local file package make dependencies (%M)
  • Add support for the "Build Date" field
  • Bump libalpm dependency to 12.0.0

1.9

19 Jul 20:03
Compare
Choose a tag to compare
1.9
  • Support %a for AUR packages (get arch from PKGBUILD)
  • Avoid too many packages error when searching for multiple targets
  • Add info on --groups option
  • Add support for official packages out-of-date flag (%o)
  • Fix search by maintainer
  • Lot's of bugfixes and optimisations
  • Clean up a bit the AUR RPC calls (removed fields etc)

1.8

29 Feb 13:42
Compare
Choose a tag to compare
1.8
  • Big code cleanup and refactoring!
  • Too many fixes to list them
  • Implement Conflicts query for AUR packages
  • Support of AUR RPC v5 API
  • New search option: --nameonly, search within package names only
  • New search option: --maintainer (AUR only), search by maintainer
  • Add an option to sort search results by relevance
  • Add ability to sort search results by popularity (AUR only)
  • Remove deprecated options
  • Improve man page
  • pacman version 5 is required

1.7

05 Oct 11:50
Compare
Choose a tag to compare
1.7
  • Support querying git clone url. git url are available via -f "%G" #15
  • Fix Invalid versions are shown with upgrade queries. -Qu works again :) #10
  • Fix a memory leak #12
  • Avoid passing a NULL to strcasestr. #14 . Fix package-query to segfault on some search
  • Remove AUR3 api compatibility
  • Fix -f "%O" (optionals deps)

1.6.2

16 Jun 19:57
Compare
Choose a tag to compare
  • Fix -Qm output
  • Fix AUR4 download URL (URLPath)

1.6.1

08 Jun 16:28
Compare
Choose a tag to compare

Fix AUR4 download URL

1.6

08 Jun 07:04
Compare
Choose a tag to compare
1.6
  • Preliminary support of AUR4 ( --aur-url switch )
  • Bugfixes
  • Clean build system