Search Criteria
Package Details: pikaur 1.32-2
Package Actions
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: | GPL-3.0-only |
Conflicts: | pikaur-git |
Provides: | pikaur |
Submitter: | actionless |
Maintainer: | actionless |
Last Packager: | actionless |
Votes: | 288 |
Popularity: | 1.29 |
First Submitted: | 2018-03-24 23:58 (UTC) |
Last Updated: | 2024-12-22 14:35 (UTC) |
Dependencies (12)
- git (git-gitAUR, git-glAUR)
- pyalpm (pyalpm-gitAUR)
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-markdown-it-py (make)
- python-setuptools (make)
- python-wheel (make)
- devtools (devtools-gitAUR, devtools32-gitAUR, devtools-doasAUR) (optional) – for Arch Pkgs support in -G/--getpkgbuild operation
- pacman-contrib (pacman-contrib-gitAUR) (optional) – to use in pacman hook/systemd timer for cleaning up pikaur cache
- python-defusedxml (python-defusedxml-gitAUR) (optional) – securely wrap Arch news replies
- python-pysocks (optional) – for socks5 proxy support
Required by (7)
- aptpik
- arch-update (optional)
- dpw (optional)
- octopi (optional)
- pacfoster (optional)
- pacup-arch-git (optional)
- sapphire-butler
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »
actionless commented on 2020-12-04 14:56 (UTC)
bminaker commented on 2020-12-04 14:54 (UTC)
missing python-commonmark dependency
actionless commented on 2020-12-04 11:56 (UTC) (edited on 2020-12-04 12:00 (UTC) by actionless)
thanks yall for the feedback, i've decided to add a workaround to handle python version upgrades in the just released version of pikaur:
https://github.com/actionless/pikaur/commit/24a101dff7c0d746dbed1f1497512614d5ee6a1d
however, if you already experiencing ModuleNotFoundError, you need to rebuild pikaur manually with makepkg (installing this update before upgrading python/pyalpm would avoid that).
viking777 commented on 2020-12-04 10:40 (UTC)
@Anarconda Rebuild/reinstall is the first thing I always try and it didn't work - second time around it did though.
Go figure?
Thanks anyway working now.
Anarconda commented on 2020-12-03 17:48 (UTC)
@viking777 Just recompile pikaur and it will work again.
viking777 commented on 2020-12-03 17:27 (UTC)
After update to python 3.9 pikaur will no longer start.
pikaur -Syu Traceback (most recent call last): File "/usr/bin/pikaur", line 5, in <module> from pikaur.main import main ModuleNotFoundError: No module named 'pikaur'
Same error on 2 different Arch based distros.
Using version 1.6.13-1.
iontunnel commented on 2020-10-24 00:56 (UTC)
This is great, faster than yay. I love the Arch Linux news on when running updates, too. Saves a lot of time. Just wish it had a shorter name, like pow or paur. I know I can alias, but then the aur stuff doesn't work for bash tab completion. That's small stuff though, will definitely keep using pikaur.
risto3 commented on 2020-07-20 07:13 (UTC)
After trial and error, it appears the culprit was python2-numpy that pulled in the dependency on haskell-xcffib.
Luckily we no longer need numpy under python2 so deinstalling it got things rolling again.
pikaur was not the origin of the problem but rather the myopic PKGBUILD
limitation of forcing arch=('x86_64')
when the binaries are not multi-architecture permitting arch=('all')
.
Pity, this is not the case with ports
or pkgsrc
... Actually, it is a PITA for aarch64!
risto3 commented on 2020-07-13 14:22 (UTC)
From my initial comment:
It used to work, but what is this haskell business all of a sudden?
Pinned Comments
actionless commented on 2024-09-03 17:51 (UTC)
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