This package has new dependencies on pantheon-settings-daemon and pantheon-dock, which are not currently provided by any official repository.
One way to build this (in a clean chroot, without an AUR helper) would be to build packages providing them from the AUR first, then build it against them:
$ git clone https://aur.archlinux.org/pantheon-settings-daemon-git.git
$ cd pantheon-settings-daemon
$ makechrootpkg -c -r $CHROOT
# pacman -U --asdeps pantheon-settings-daemon-git-1.0.0.r18.e4b709d-1-x86_64.pkg.tar.zst
$ cd ..
$ git clone https://aur.archlinux.org/pantheon-dock-instctl-git.git
$ cd pantheon-dock-instctl-git
$ makechrootpkg -c -r $CHROOT
# pacman -U --asdeps pantheon-dock-instctl-git-r2179.4a0b6af-1-x86_64.pkg.tar.zst
$ cd ..
$ git clone https://aur.archlinux.org/pantheon-session-git
$ cd pantheon-session-git
$ makechrootpkg -c -r $CHROOT -I ../pantheon-settings-daemon-git/pantheon-settings-daemon-git-1.0.0.r18.e4b709d-1-x86_64.pkg.tar.zst -I ../pantheon-dock-instctl-git/pantheon-dock-instctl-git-r2179.4a0b6af-1-x86_64.pkg.tar.zst
# pacman -U --asdeps pantheon-session-git-r148.48b482e-1-any.pkg.tar.zst
Pinned Comments
quequotion commented on 2021-07-31 19:19 (UTC) (edited on 2021-07-31 19:36 (UTC) by quequotion)
This package has new dependencies on pantheon-settings-daemon and pantheon-dock, which are not currently provided by any official repository.
One way to build this (in a clean chroot, without an AUR helper) would be to build packages providing them from the AUR first, then build it against them: