Skip to content

Instantly share code, notes, and snippets.

View SirMaxwellSmart's full-sized avatar

Isaac B SirMaxwellSmart

  • Perth, Western Australia
View GitHub Profile
@SirMaxwellSmart
SirMaxwellSmart / Manager PKGBUILD
Created September 6, 2025 10:07
Fixed AUR PKGBUILD for rclone-bisync-manager-git & rclone-bisync-manager-tray-git
# Maintainer: Your Name <your.email@example.com>
pkgname=rclone-bisync-manager-git
pkgver=0.3.12
pkgrel=1
pkgdesc="A daemon-based solution for automated, bidirectional synchronization of files using RClone"
arch=('any')
url="https://github.com/Gunther-Schulz/rclone-bisync-manager"
license=('MIT')
depends=('python>=3.12' 'rclone' 'python-croniter' 'python-pydantic' 'python-daemon' 'python-yaml' 'python-psutil')