Paru Versions Save

Feature packed AUR helper

v1.9.0

2 years ago

Changelog

Paru v1.9.0 (2021-10-01)

Added

  • Add -Po to show package install order #550
  • Add timeout to git ls-remote 6278891
  • Add -hg to default DevelSuffixes #546
  • Add search size limit #541
  • Add socks proxy support 5a25ec3
  • Add -x/--regex for -Ss 6790a5d
  • Add --savechanges to save pkgbuild changes e05ca07

Fixed

  • Fix typos #560
  • Fix -d acting as -cc 69ae7bf
  • Fix -U picking non local repo if package with same name 95c1f91

Localization

  • Add ko locale #565
  • Update de locale #513

v1.8.2

2 years ago

Changelog

Paru v1.8.2 (2021-08-18)

Fixed

  • Fix wrong length check leading to overflow in -Si 9de304b
  • Fix format string printing wrongly f6b5431
  • Make upgrade text bold to match pacman d5d1724

Localization

  • Add zh_TW locale #493
  • Update fr locale #510
  • Update ja locale #504

v1.8.1

2 years ago

Changelog

Paru v1.8.1 (2021-8-12)

Fixed

  • Fix makepkg command giving wrong args in error message #492
  • Fix stack overflow with some cyclic deps 22ec445
  • Fix excessive output during -Ld f4b9655

Changed

  • Ignore PKGEXT in chroot 8ff2ba9
  • -Ld also removes sig files 2a1a412

Localization

  • Update nl locale #488
  • Update de locale #487
  • Update pt_BR locale #496

v1.8.0

2 years ago

Changelog

Paru v1.8.0 (2021-8-3)

Added

  • Localization support 8667e98 5b1ff38
  • Added ability to static link libalpm a39641c
  • Add [env] section in paru.conf daf225f

Fixed

  • Fix short opts not taking args after space #485
  • Fix -Sc not cleaning untracked files #430
  • Fix -U sometimes not installing repo deps 61b10e0
  • Fix chroot builds sometimes doing nothing when no AUR updates 08aa1f7
  • Bail if call to gpg fails 9fab5d9

Changed

  • Order packages by dep order even when satisfied 210e375
  • Add -F to default less flags 3b6cb32
  • Warn instead of bail on unknown section 11bc07d

Localization

  • Add zh_CN locale #439
  • Add ca locale #439
  • Add it locale #440
  • Add pt_BR locale #434
  • Add pt locale #438
  • Add es locale #435
  • Add fi locale #441
  • Add nl locale #444
  • Add ru locale #449
  • Add de locale #436
  • Add ja locale #451
  • Add tr locale #437
  • Add ro locale #453
  • Add fr locale #456
  • Add sv locale #460
  • Add hi locale #463

v1.7.3

2 years ago

Changelog

Paru v1.7.3 (2021-6-24)

Fixed

  • Fix -U trying to resolve already satisfied deps 012db72
  • Don't pass deps twice during -U afe0a1f
  • Fix -dd not being passed to pacman 5a496c4

Changed

  • Move arch prompt and pgp import out of review 3d3eccf
  • Retry aur search when one targ fails 4020507
  • Only add packages to be installed to local repos 23f0a8c

v1.7.2

2 years ago

Changelog

Paru v1.7.2 (2021-6-8)

Fixed

  • Fix compilation on 32 bit 9a211ed
  • Fix -S'ing ignored packages b6ac4f3

Changed

  • Include #AurOnly in the example config 8f1d6d9

v1.7.1

2 years ago

Changelog

Paru v1.7.1 (2021-6-3)

Fixed

  • Fix panic in provider menu 73ecc74

v1.7.0

2 years ago

Changelog

Paru v1.7.0 (2021-5-31)

Fixed

  • Correctly decide if a pkg is aur or repo with -G 911ae21
  • Fix provider menu showing during -Y 5c9b390
  • Fix -G not updating already downloaded packages f5d5145
  • Fix provider menu sometimes showing twice for targets da91f84
  • Handle query part in devel urls bc5f545
  • Fix exiting if devel pkg can not be checked 7463ae3
  • Fix skipping repo packages with upgrademenu ba35318
  • Fix crash in upgrade menu cc98ec6

Added

  • Add signing option d0ca8dd 74c7120
  • Add -P --stats #240
  • Support --assume-installed e6c6460
  • Add -Ldd c525fab
  • libalpm 13 support 062b0db

Removed

  • Remove -R --local c525fab
  • Remove MovePkgs 69b5fb0
  • libalpm <13 support 062b0db

Changed

  • Better error messages when calling commands 257f73a
  • Install repo packages with aur pkgs when using chroot 06a0f1f
  • Pass mflags to makechrootpkg 7bce35d
  • Expect local repos to be user writable 4d224b8
  • -C will create the chroot if it does not exist 5b6730f

v1.6.1

2 years ago

Changelog

Paru v1.6.1 (2021-5-4)

Fixed

  • Fix out of date packages not being shown dca010e
  • Fix typo in man page #359

v1.6.0

2 years ago

Changelog

Paru v1.6.0 (2021-5-3)

Fixed

  • Fix -Scc failing when pkg/ is not writable #324
  • Fix not checking return of git ls-remote cd2049a
  • Fix progress bar display 97b2d0b
  • Fix upgrademenu crashing on non installed packages de26909
  • Don't drop to a shell after -Cu b951d73
  • Fix -Sc doc f83cbd3

Added

  • Paru now sets the user agent for aur requests 841ebb5
  • support latest pacman-git 2cbe4ed

Removed

  • Removed pacman6-alpha support -- use pacman or pacman-git instead

Changed

  • Cancel sudo loop after sudo fails acbcfc1
  • --gendb: don't update already existing entries 49eb22
  • Better error message when AUR does not return 400 #351