Earlier quoted context omitted.
I presume you mean lightsd. Nifty stuff. What do you think of Suse's OBS? I believe you're squarely in its target audience. And hats off to you for going the extra mile for your project! Your PKGBUILD even looks quite good. Would you like some assistance in writing a -git pkgbuild for people who want to try the absolute newest commit?
Thank you! Yes, I was referring to my work on lightsd. I didn't know about Suse's OBS until this thread, I guess I need to look into it. I have been building my own CI/CD pipeline on top of Buildbot so far. It's a PITA, but leaves a lot of room for creativity, hopefully it will be rewarding down the road. I don't know about the -git thing for PKGBUILD, what's the syntax/documentation?
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=pacma...
Compare it to pacman's release-based pkgbuild:
https://git.archlinux.org/svntogit/packages.git/tree/trunk/P...
The major differences are the "git" url in the sources, the provides/conflicts metadata and the dynamic pkgver() function.