-
It would be cool if in the README added the instructions for removal
pacman -Rs pikaur --> pikaur not found
-
Hello!
I think it's wrong:
```
$ pikaur -S --needed archlinux-keyring
Reading local package database...
:: Repository package will be installed:
archlinux-keyring 2018…
-
pikaur should probably print a warning.
```
$ pikaur -Ss --aur python
Searching... [##]
$
```
tyilo updated
6 years ago
-
The option UpgradeSorting from the sync section is great.
It would be nice if we also could choose how to sort the package list before upgrading: order by repo, versiondiff, package name.
Pacman alr…
-
```
pikaur -Su --repo
:: Repository packages will be installed:
extra/librsvg 2:2.42.3-1 -> 2:2.42.4-1
community/netcdf-fortran 4.4.4-4 …
-
`pikaur -S python-path python2-path` will crash pikaur.
This seems to be due to the check at https://github.com/actionless/pikaur/blob/master/pikaur/build.py#L370: `if arch in each_filename and pk…
cg505 updated
6 years ago
-
Installation works fine with `pacaur`.
I have added a line at the bottom of `maintenance_scripts/Dockerfile` to get:
```
FROM base/archlinux
WORKDIR /opt/app-build/
RUN useradd -m user && \
…
tyilo updated
6 years ago
-
When executing `pikaur -Syu tageditor`, the build of `reflective-rapidjson` fails. After that, pikaur successfully removes already installed dependencies, which is awesome and something aurman doesn'…
-
Pikaur should support installing package groups such as:
```
pikaur -S base
```
It errors that the package was not found.
-