Search Criteria
Package Details: etc-update 2.3.99-1
Git Clone URL: | https://aur.archlinux.org/etc-update.git (read-only, click to copy) |
---|---|
Package Base: | etc-update |
Description: | CLI to interactively merge .pacnew configuration files |
Upstream URL: | https://wiki.gentoo.org/wiki/Handbook:X86/Portage/Tools#etc-update |
Keywords: | .pacnew |
Licenses: | |
Submitter: | Malvineous |
Maintainer: | Kewl (Malvineous) |
Last Packager: | Kewl |
Votes: | 138 |
Popularity: | 3.07 |
First Submitted: | 2012-01-29 04:00 |
Last Updated: | 2020-05-17 23:00 |
Dependencies (3)
- bash (bash-devel-git, bash-devel-static-git)
- git (git-git) (make)
- dialog (optional) – for the menu mode (not automode)
Latest Comments
1 2 3 4 Next › Last »
dreieck commented on 2020-06-13 11:17
The
$pkgver
-scheme has changed.You should increment
$epoch
(or setepoch=1
, if it is not set yet, as in this case).I have still an
etc-update
with version13723-9
on my system, now the version is2.3.99-1
, which is smaller and means there will not be an automatic update. But in fact it seems that the versioning scheme has changed. Then you must incrementepoch
, to indicate that it is still newer.Kewl commented on 2019-12-19 00:22
@yochananmarqos the script is not out of date please check https://github.com/gentoo/portage/blob/master/bin/etc-update/ and I will look at the optdepends.
yochananmarqos commented on 2019-12-18 22:41
Please add:
Kewl commented on 2019-02-10 21:01
@shaleny good point, this will be implemented
@skycoder42 what line do you want to add?
shaleny commented on 2019-01-11 21:40
Is there a reason why /etc/etc-update.conf is not added to backup array in the PKGBUILD? With every package update I lose my customizations to that file.
Skycoder42 commented on 2018-12-08 13:16
@kewl Are there any dangers by just adding that line there myself?
Kewl commented on 2018-11-22 07:41
We have changed how Arch derivatives are recognized by etc-update, now using ID_LIKE. If your distro is not recognized as Arch, please report to your distro project leaders to set
ID_LIKE=arch
inos-release
.Kewl commented on 2018-10-20 08:51
@gissf1 this has been implemented now
gissf1 commented on 2018-08-01 20:20
@kewl Thanks for doing that. Are you able to provide an upstream link or something I can use to track that PR?
Kewl commented on 2018-08-01 20:09
@gissf1 I have done a PR for you, if accepted upstream it will be added in a next version