Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.06 KB

File metadata and controls

43 lines (30 loc) · 1.06 KB

mattermost-desktop-bin

AUR package for Mattermost Desktop (precompiled binary) with automated updates.

Installation

# Using an AUR helper (e.g., paru)
paru -S mattermost-desktop-bin

# Or manually
git clone https://aur.archlinux.org/mattermost-desktop-bin.git
cd mattermost-desktop-bin
makepkg -si

Features

  • Precompiled binary (no Electron dependency needed)
  • Automated daily version checks
  • Auto-updates to AUR when new releases are available

Package Info

Automation

This repository automatically:

  1. Checks for new Mattermost Desktop releases daily
  2. Updates the PKGBUILD with new version and SHA256
  3. Pushes updates to the AUR

No manual intervention required for version updates.

Links