June 28, 2020
Updating an AUR package
Archlinux’ documentation is good, but somehow i struggled to find simple instructions how to update a package. The kafka CLI i’m maintaining, kaf, has been available for some time in the AUR. At some point i have been passed the ownership of the AUR package, but i had no idea how to do a release.
For more complex cases there’s probably more to do, however in my simple case:
Clone repo:
Read more