Package Details: pikaur 1.20-1

Git Clone URL: https://aur.archlinux.org/pikaur.git (read-only, click to copy)
Package Base: pikaur
Description: AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay.
Upstream URL: https://github.com/actionless/pikaur
Keywords: aur aur-helper pacman wrapper
Licenses: GPL3
Conflicts: pikaur-git
Provides: pikaur
Submitter: actionless
Maintainer: actionless
Last Packager: actionless
Votes: 277
Popularity: 4.25
First Submitted: 2018-03-24 23:58 (UTC)
Last Updated: 2024-04-27 18:17 (UTC)

Dependencies (12)

Required by (6)

Sources (1)

Pinned Comments

actionless commented on 2022-11-26 04:55 (UTC)

DONT REPORT ANY ISSUES HERE

DONT REPORT ANY ISSUES HERE

DONT REPORT ANY ISSUES HERE

actionless commented on 2018-12-10 10:20 (UTC) (edited on 2020-12-03 17:37 (UTC) by actionless)

please report your issue here with attaching the full output with --pikaur-debug flag: https://github.com/actionless/pikaur/issues

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »

andreyv commented on 2018-10-07 17:35 (UTC)

gettext is in the base-devel group. PKGBUILDs don't need to depend on this group: https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites

actionless commented on 2018-10-07 17:31 (UTC)

@clasick, thanks, updated the PKGBUILD

clasick commented on 2018-10-07 17:28 (UTC) (edited on 2018-10-07 17:28 (UTC) by clasick)

package building now fails.

gettext is a dependency for building but is not listed as such.

installing gettext resolves the issue.

Toric commented on 2018-09-01 21:15 (UTC)

how do you change the program to open packagebuilds for review in? The man page doesnt seem to mention it.

actionless commented on 2018-08-28 18:27 (UTC)

i see, it should 80 characters, however i guess it will be better to leave pacaur and other inspirations in the description, because i think they're much more useful for understanding what the application does (otherwise description could raise either even bigger or less clear)

also it seems what directly specifying inspirations is not a considered to be a bad practice in official repos: pacman -Ss | grep -i "inspired" -B 1

I'll update the description soon after will come up how to shrink it all to 80 chars

actionless commented on 2018-08-06 16:35 (UTC)

@Blissfull thanks, updated

triarius commented on 2018-08-06 11:54 (UTC)

Might be a good idea to do a revision bump for python 3.7.

actionless commented on 2018-07-22 14:15 (UTC)

@simona please make a full report here: https://github.com/actionless/pikaur/issues/

simona commented on 2018-07-22 08:53 (UTC)

pikaur 1.1.2-1 (pikaur -h to not say version...)

Anymode it say some depdendence are broken but these packages are not installed...

:: unable to satisfy dependency 'xorg-server<1.18.0' required by catalyst-utils :: unable to satisfy dependency 'catalyst-utils' required by lib32-catalyst-utils :: unable to satisfy dependency 'lib32-libtxc_dxtn' required by lib32-mesa-noglvnd

Traceback (most recent call last): File "/bin/pikaur", line 9, in <module> main() File "/usr/lib/python3.6/site-packages/pikaur/main.py", line 273, in main cli_entry_point() File "/usr/lib/python3.6/site-packages/pikaur/main.py", line 187, in cli_entry_point cli_install_packages(args) File "/usr/lib/python3.6/site-packages/pikaur/main.py", line 127, in cli_install_packages raise catched_exc # pylint: disable=raising-bad-type File "/usr/lib/python3.6/site-packages/pikaur/main.py", line 121, in cli_install_packages install_packages_thread.get() File "/usr/lib/python3.6/multiprocessing/pool.py", line 644, in get raise self._value File "/usr/lib/python3.6/multiprocessing/pool.py", line 119, in worker result = (True, func(args, *kwds)) File "/usr/lib/python3.6/site-packages/pikaur/main.py", line 116, in <lambda> install_packages_thread = pool.apply_async(lambda: InstallPackagesCLI(args=args)) File "/usr/lib/python3.6/site-packages/pikaur/install_cli.py", line 153, in init self.get_all_packages_info() File "/usr/lib/python3.6/site-packages/pikaur/install_cli.py", line 211, in get_all_packages_info manually_excluded_packages_names=self.manually_excluded_packages_names, File "/usr/lib/python3.6/site-packages/pikaur/install_info_fetcher.py", line 54, in init self.replacements = find_replacements() if self.args.sysupgrade else {} File "/usr/lib/python3.6/site-packages/pikaur/replacements.py", line 29, in find_replacements PackageDB.find_repo_package(pkg_name).db.name File "/usr/lib/python3.6/site-packages/pikaur/pacman.py", line 433, in find_repo_package raise PackagesNotFoundInRepo(packages=[pkg_name]) pikaur.exceptions.PackagesNotFoundInRepo</lambda></module>