This repository has been archived by the owner on Aug 9, 2019. It is now read-only.
Releases: archlinuxfr/yaourt
Releases · archlinuxfr/yaourt
1.9
- Make yaourt handling of
Y/n
answers more consistent with pacman (#37, #218, #230), - yaourt
-P
: fix sync_packages: command not found error (#244, #245), - New option:
--edit
: always edit PKGBUILD, even when yaourtrc says otherwise (#106, #278), - Print
First submit
tag for AUR packages (#255), - Remove obsolete rsync ABS support (yaourt now downloads PKGBUILDs from Arch's git server),
yaourt -U -d -d
skips dependencies check similarly to pacman,- Disable pager with
--noconfirm
, - Forward --confirm option correctly to pacdiffviewer (#263),
- Load customizepkg configuration from user home directory (#280),
- Man page updates,
- Translations updates.
1.8.1
1.8
- New operation:
-P
, handle local PKGBUILD and its dependencies, - Show a diff of the
PKGBUILD
when upgrading a package from AUR (needAURUSEGIT=1
andAURSHOWDIFF=1
inyaourtrc
), - New search options:
--maintainer
, search packages by maintainer instead of name (AUR only),--nameonly
, search within package name only,
- New option:
--confirm
, always ask for confirmation, even whenyaourtrc
says otherwise, - Print
Base Package
,Keywords
andPopularity
flags for AUR packages, - Improve AUR 4 support,
- Improve pacman 5 support,
- Fix bash 4.4 compatibilty,
- Miscellaneous bugfixes (#39, #51, #143, #150, #155, #157, #175, ...),
- Man pages updates,
- Bash-completion updates,
- Code improvements,
- Sync translations from Transifex.
1.7
- Support cloning the git repo when specifying -G for AUR packages. Set AURUSEGIT=1 to use it . Need package-query > 1.6 #142
- Fix "Canceled upgrade try to run package-query without argument" #122
- Make yaourt display which deps are makedepends #137
- Remove "-e" from "read -ea packagesnum" #141
- Synchronize translations from transifex (https://www.transifex.com/archlinuxfr/yaourt/)
- Yaourt now exit with code 1 on PKGBUILD download failure #149
- Fix aur_comments, broken since AUR 4.1.
1.6
- Support of aur and aur4 with the --aur-url switch (need package-query 1.6+)
- Add support for architecture specific dependencies (depends_x86_64 etc)
- Remove --sucre option
- Drop --asroot option from makepkg
- 'yaourt -G' offers an alternative if a directory with package name exists.
- Possibility to use MAKEPKG as an environment variable
- Handle 'checkdepends'
- Show the date of the latest update instead of the first submission.
- -U checks for aur dependencies
- Read configuration in $XDG_CONFIG_HOME (yaourt & makepkg)
- Improve parsing of multiline array in sanitize_pkgbuild()
- Sort packages in sysupgrade prompt
- Prefer $VISUAL over $EDITOR,
- man pages updates (-A, -m-args etc)
- Translations Update / New languages
- Code cleanup