[aur-general] [AUR4] Web-UI doesn't show repo HEAD
Hello, I might be missing something but the web-ui for AUR4 for one of my packages is not showing the latest HEAD of the git repository. The package I'm referring to is caatinga [1] currently updated to 1.1.1-1 as you can see in the PKGBUILD [2]. The web interface though still shows as 1.0.2-1. Is this expected or a bug? [1]: https://aur4.archlinux.org/packages/caatinga/ [2]: https://aur4.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=caatinga Thanks, Leonidas
* Leonidas Spyropoulos <artafinde@gmail.com> (Wed, 10 Jun 2015 23:04:29 +0100):
I might be missing something but the web-ui for AUR4 for one of my packages is not showing the latest HEAD of the git repository. The package I'm referring to is caatinga [1] currently updated to 1.1.1-1 as you can see in the PKGBUILD [2]. The web interface though still shows as 1.0.2-1.
You forgot to issue mksrcinfo after changing your PKGBUILD. Best, Marcel
On 06/10/2015 11:10 PM, Marcel Korpel wrote:
* Leonidas Spyropoulos <artafinde@gmail.com> (Wed, 10 Jun 2015 23:04:29 +0100):
I might be missing something but the web-ui for AUR4 for one of my packages is not showing the latest HEAD of the git repository. The package I'm referring to is caatinga [1] currently updated to 1.1.1-1 as you can see in the PKGBUILD [2]. The web interface though still shows as 1.0.2-1.
You forgot to issue mksrcinfo after changing your PKGBUILD.
Thanks, that was the issue. Need to make it automatic maybe with some pre-commit hooks?
* Leonidas Spyropoulos <artafinde@gmail.com> (Wed, 10 Jun 2015 23:16:19 +0100):
Need to make it automatic maybe with some pre-commit hooks?
Eli Schwartz already did some work: https://github.com/eli-schwartz/pkgbuilds/tree/base Best, Marcel
On Wed, Jun 10, 2015 at 5:22 PM, Marcel Korpel <marcel.korpel@gmail.com> wrote:
* Leonidas Spyropoulos <artafinde@gmail.com> (Wed, 10 Jun 2015 23:16:19 +0100):
Need to make it automatic maybe with some pre-commit hooks?
Eli Schwartz already did some work: https://github.com/eli-schwartz/pkgbuilds/tree/base
Best, Marcel
Be sure to take a look at the different branches. I just decided to push some more of my previous work, including my original attempt with submodules instead of subtrees. Some people might prefer it that way. The master branch is my pkgbuilds, base contains just the cherry-picked control scripts/hooks. :) -- Eli Schwartz
participants (3)
-
Eli Schwartz
-
Leonidas Spyropoulos
-
Marcel Korpel