summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-04-22PKGBUILD: Update to 0.2.11Shohei Maruyama
This commit updates sources to 0.2.11. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2024-03-31PKGBUILD: Update to 0.2.10Shohei Maruyama
This commit updates sources to 0.2.10. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2024-03-31PKGBUILD: Update to 0.2.9Shohei Maruyama
This commit updates sources to 0.2.9. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2024-03-30PKGBUILD: Update to 0.2.8Shohei Maruyama
This commit updates sources to 0.2.8. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2024-03-30PKGBUILD: Update to 0.2.7Shohei Maruyama
This commit updates sources to 0.2.7. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2024-03-29PKGBUILD: Update to 0.2.6Shohei Maruyama
This commit updates sources to 0.2.6. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2024-03-14PKGBUILD: Update to 0.2.5Shohei Maruyama
This commit updates sources to 0.2.5. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2024-02-18PKGBUILD: Update to 0.2.4Shohei Maruyama
This commit updates sources to 0.2.4. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2024-02-18PKGBUILD: Update to 0.2.3Shohei Maruyama
This commit updates sources to 0.2.3. This also updates toolchain's version because build failed by rust 1.73. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2024-02-05PKGBUILD: Update to 0.2.2Shohei Maruyama
This commit updates sources to 0.2.2. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2024-02-05PKGBUILD: Fix wrong build optionsShohei Maruyama
AI feature has been disabled at 582b230, but the approach is wrong because '--features' option does not override default features. Passing '--no-default-features' to 'cargo' from 'tauri' is correct. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2024-02-04PKGBUILD: Update to 0.2.1Shohei Maruyama
This commit updates sources to 0.2.1. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2024-02-04PKGBUILD: Disable AI featureShohei Maruyama
This commit disables AI feature. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2024-01-26PKGBUILD: Update to 0.2.0Shohei Maruyama
This commit updates the source version to 0.2.0. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2023-12-03PKGBUILD: Update to 0.1.4Shohei Maruyama
This commit updates the source version to 0.1.4. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2023-12-02PKGBUILD: Update to 0.1.3Shohei Maruyama
This commit updates the source version to 0.1.3. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2023-12-02PKGBUILD: Add 'spacedrivegit' to 'conflicts'Shohei Maruyama
'spacedrive-git' and this package have conflicted files. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2023-12-02PKGBUILD: Migrate 'pnpm prep' to build()Shohei Maruyama
'pnpm prep' runs 'cargo' internally, so it should be in build(). Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2023-12-02PKGBUILD: Fix psl-core build errorShohei Maruyama
Since rust 1.74, failed to buiild psl-core. Use 1.73. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2023-11-21PKGBUILD: Fix build failureShohei Maruyama
sd-core requires 'git' and bindgen requires 'clang'. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2023-11-06Initial commitShohei Maruyama
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>