E5ten / pacaur

An AUR helper that minimizes user interaction
https://bbs.archlinux.org/viewtopic.php?pid=1755144#p1755144
ISC License
110 stars 9 forks source link

Feature suggestion: show PKGBUILD diffs even when the previous version is not in the cache, if an earlier version was installed. #22

Open anntzer opened 4 years ago

anntzer commented 4 years ago
Version

pacaur -v

4.8.6
Description

In order to display the diff of the build scripts, pacaur could perhaps check the last installed pkgver (if any), and go back in the git history of the AUR repo until it finds the commit corresponding to that pkgver (assuming there's only one such commit, which "should" be the case for "well-behaved" repos), and use that as base for the displayed diff.