summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2024-11-23upstream update: bump version to 0.2.0Tianhao Wang
also add `libvodozemac.so` to provides. This is kinda weird, kazv vodozemac-bindings is v0.2.0 and builds libvodozemac.so-0.2.0, while the underlying vodozemac library is 0.7.0. Anyways I'll simply strip the version number from the provides. And since this is the only vodozemac package let's forget about the `conflicts` for the moment.. Signed-off-by: Tianhao Wang <shrik3@mailbox.org>
2024-11-13sanitize makedeps and providesTianhao Wang
1. as dreieck points out, having rust in the makedepends may cause conflicts 2. remove libvodozemac from provides() kazv's vodozemac fork is not guaranteed to be compatible with the original; it also has different versioning. It doesn't make sense to provide this library by the name `libvodozemac`; The provides() is removed unless kazv upstream renames the binary. Technically this package should conflict libvodozemac, but currently the original vodozemac is not packaged for arch. Suggested-by: dreieck <oid-maps@seznam.cz> Resolves: https://aur.archlinux.org/packages/vodozemac-bindings-cpp-kazv#comment-998251 Signed-off-by: Tianhao Wang <shrik3@mailbox.org>
2024-11-11PKGBUILD: add cargo to makedependsTianhao Wang
1. explicitly add cargo to makedepends (despite `rust`) 2. download cargo dependencies in prepare() Resolves: https://aur.archlinux.org/packages/vodozemac-bindings-cpp-kazv#comment-998106 Suggested-by: dreieck <oid-maps@seznam.cz> Signed-off-by: Tianhao Wang <shrik3@mailbox.org>
2024-10-19initial commitTianhao Wang
Signed-off-by: Tianhao Wang <i AT shrik3 DOT com>