this build error for v1.7 is discussed in more detail here: https://github.com/Morganamilo/paru/issues/391
it seems to affect the Manjaro distribution as it still uses pacman 5.2
I would suggest making explicit the dependency on pacman 6, i.e.:
--- PKGBUILD.orig 2021-06-02 12:37:02.564049924 +0100
+++ PKGBUILD 2021-06-02 12:42:05.389066870 +0100
@@ -9,7 +9,7 @@
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
license=('GPL3')
makedepends=('cargo')
-depends=('git' 'pacman')
+depends=('git' 'pacman>=6.0.0')
optdepends=('asp: downloading repo pkgbuilds' 'bat: colored pkgbuild printing' 'devtools: build in chroot')
sha256sums=('68e1761d3e6bcebce18bef6c49a8f0b00ce3469de7a7297e21b95e94407f24af')
Pinned Comments
haxie commented on 2023-05-26 17:45 (UTC)
you're better off contacting her via the github, this comments section is 90% "it's out of date" from people who didn't scroll down before posting