summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-11-07PKGBUILD fixes:Christopher Arndt
- Switched upstream repo to gitlab. - Added missing dependencies. - Added `--prefix=/usr` to meson setup. - Extract version number from meson build file. - Used https for project URL. - Removed superfluous `meson configure` and add `--reconfigure` option when meson build dir exists. - Removed unnecessary cd to `$srcdir`. - Set repo check-out dir to `$_pkgname`. - Set meson build dir to `$_pkgname-build` - Set license field to `ISC` (not custom). - Reformatted PKGBUILD and git ignore file. Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-04-05Add previous maintainer as a contributor (sorry!) and add git to makedependsKamil Krzyżanowski
2023-01-10Fix dependencies, oopsKamil Krzyżanowski
2023-01-10Update PKGBUILD to use mesonKamil Krzyżanowski
2023-01-10Update PKGBUILD to use mesonKamil Krzyżanowski
2020-07-14First commitredtide