summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-06-03chore: use pkgver=0 placeholder for dynamic versionMeatyAri
Remove stale hardcoded version r70.f9b97ab from PKGBUILD top-level. It was misleading since pkgver() always overrides it at build time. Replace with pkgver=0 as per Arch VCS package guidelines.
2026-06-03fix(pkg): update PKGBUILD for libsoup3 and fix package()MeatyAri
- Bump libsoup → libsoup3 - Rewrite pkgver() to use git describe with fallback - Fix prepare/build/package paths to use ${pkgname%-git} - Rewrite package() to find .deb dynamically and extract data.tar.gz - Add !strip !emptydirs !debug options - Replace slideflare.install with slideflare-git.install
2026-06-03initMeatyAri