Is Mintstick why I’m getting
-> Flagged Out Of Date AUR Packages: python-pyparted
I’ve searched the forums & online my version is python-pyparted 3.11.7-1
and the newest version is pyparted-3.12.0
Is there a proper way to update this or should i just ignore it?
Thanks. Chris
Edit Found this https://software.manjaro.org/package/python-pyparted
pamac install python-pyparted
Would this work?
If the package DB (in this case the AUR) only has the older version, then using pamac
won’t help. I would ignore this for now, but keep an eye out for when it’s updated.
1 Like
pebcak
July 23, 2022, 7:51pm
#3
No, unless you add Manjaro’s repos to your pacman.conf which is highly not recommendable.
Try the following instead:
git clone https://aur.archlinux.org/python-pyparted.git
cd python-pyparted
Now edit the PKGBUILD and change
pkgver=3.11.7
to
pkgver=3.12.0
Save the file.
Next run:
makepkg -g >> PKGBUILD
makepkg -si
HTH
You’re just being informed that the AUR package for python-pyparted
has been flagged as being out-of-date:
The package will probably be updated somewhere down the line. It’s really nothing to worry about; mintstick
will continue to work.
3 Likes