Package Details: pikaur 1.18.4-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: 271
Popularity: 0.98
First Submitted: 2018-03-24 23:58 (UTC)
Last Updated: 2024-02-04 02:59 (UTC)

Dependencies (11)

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 2 3 4 5 6 7 8 9 10 Next › Last »

actionless commented on 2020-07-07 13:14 (UTC)

@risto3 your repo is broken:

$ pikaur -Ss haskell-xcffib
Searching... [###]
community/haskell-xcffib 0.9.0-37
    A cffi-based python binding for X

risto3 commented on 2020-07-07 12:47 (UTC) (edited on 2020-07-07 12:47 (UTC) by risto3)

I have the following now trying to run pikaur on an odroid-c2 (aarch64):

$ LANG=C pikaur -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 alarm is up to date
 aur is up to date

:: Starting full AUR upgrade...
Reading repository package databases...
Reading local package database...
Reading AUR packages info...
Resolving AUR dependencies...
:: error: Can't resolve dependencies for AUR package 'python2-xcffib':
:: error: Dependencies missing for python2-xcffib
:: warning: Following package cannot be found in AUR:
    haskell-xcffib    

It used to work, but what is this haskell business all of a sudden?

actionless commented on 2020-06-24 14:24 (UTC) (edited on 2020-12-02 21:32 (UTC) by actionless)

@JamJam https://github.com/actionless/dotfiles/blob/master/misc/bin/pacman-auto-remove

JamJam commented on 2020-03-18 19:21 (UTC)

Is there a way to use pikaur to clean unused dependencies from your computer?

RubenKelevra commented on 2020-02-24 20:27 (UTC)

Looks broken to me, gives a permission error on start

PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.8/site-packages/pikaur/news.py'

I've reported it here:

https://github.com/actionless/pikaur/issues/456

malberto commented on 2019-11-18 13:57 (UTC)

@E3LDDfrK There was a major python update (3.7.x - 3.8), all aur packages that depend on python 3 have to be rebuilt.

scootz commented on 2019-11-14 19:34 (UTC)

@E3LDDfrK I reinstalled pikaur and fixed the issue for me.

E3LDDfrK commented on 2019-11-14 19:28 (UTC)

Had this problem just now:

$ pikaur 
Traceback (most recent call last):
  File "/usr/bin/pikaur", line 5, in <module>
    from pikaur.main import main
ModuleNotFoundError: No module named 'pikaur'

Need to reinstall manually. Any idea what happened?

andreyv commented on 2019-10-29 19:49 (UTC)

gettext is in the base-devel group, which is assumed to be installed if you use AUR.

jewelux commented on 2019-10-29 19:22 (UTC)

Hi @actionless, is it possible to add makedepends=('gettext') to pkgbuild? THX!