https://github.com/openscript/infomaniak-aur-packages
https://github.com/openscript/infomaniak-aur-packages
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openscript/infomaniak-aur-packages
- Owner: openscript
- Created: 2024-01-03T20:18:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-06T10:58:31.000Z (6 months ago)
- Last Synced: 2025-10-06T12:34:45.182Z (6 months ago)
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inofficial Infomaniak Aur Packages
This repo builds packges for AUR.
## Packages
| Application name | AUR | Current version | AppImage path |
|-|-|-|-|
| [kChat](https://www.infomaniak.com/en/kchat) | [kChat](https://aur.archlinux.org/packages/kchat-appimage) | 3.3.3 | https://download.storage5.infomaniak.com/kchat/kchat-desktop-3.3.3-linux-x86_64.AppImage |
| [kDrive](https://www.infomaniak.com/en/kdrive) | [kDrive](https://aur.archlinux.org/packages/kdrive-appimage) | 3.8.1.4 | https://download.storage.infomaniak.com/drive/desktopclient/kDrive-3.8.1.4-amd64.AppImage |
| [kMeet](https://www.infomaniak.com/en/kmeet) | [kMeet](https://aur.archlinux.org/packages/kmeet-appimage) | 2.0.1 | https://download.storage5.infomaniak.com/meet/kmeet-desktop-2.0.1-linux-x86_64.AppImage |
## Maintain
1. Download new AppImage
1. Get SHA256 sum with `sha256sum package.AppImage`
1. Adjust `pkgver` and `sha256sums_x86_64` in `PKGBUILD`
1. Update `.SRCINFO` with `makepkg --printsrcinfo > .SRCINFO`
1. Push