diff options
author | Gunther Schulz | 2024-09-10 18:15:52 +0200 |
---|---|---|
committer | Gunther Schulz | 2024-09-10 18:15:52 +0200 |
commit | 11eeb21b7880bcb0ecaf4057dd810f0325e8046f (patch) | |
tree | 3544419b995b051023a63957068dc5ee60f7e464 | |
parent | 075dec2ad23ac5c6554606a529fb213891e99e89 (diff) | |
download | aur-11eeb21b7880bcb0ecaf4057dd810f0325e8046f.tar.gz |
upd version
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = rclone-bisync-manager-git pkgdesc = A daemon-based solution for automated, bidirectional synchronization of files using RClone - pkgver = 0.3.11 + pkgver = 0.3.12 pkgrel = 1 url = https://github.com/Gunther-Schulz/rclone-bisync-manager install = rclone-bisync-manager.install @@ -19,7 +19,7 @@ pkgbase = rclone-bisync-manager-git depends = python-psutil optdepends = rclone-bisync-manager-tray-git: for tray application optdepends = cpulimit: for limiting CPU usage of rclone processes - source = rclone-bisync-manager-git-0.3.11.tar.gz::https://github.com/Gunther-Schulz/rclone-bisync-manager/archive/v0.3.11.tar.gz - sha256sums = 0df5c8d93346608385d204d96a3d5678c5b2bc03c48d937c1f57f9581fb5db8d + source = rclone-bisync-manager-git-0.3.12.tar.gz::https://github.com/Gunther-Schulz/rclone-bisync-manager/archive/v0.3.12.tar.gz + sha256sums = 63a881df4bfd2343b964b1789ce5b510d523960169849a75b49434641fc29079 pkgname = rclone-bisync-manager-git @@ -1,7 +1,7 @@ # Maintainer: Your Name <your.email@example.com> pkgname=rclone-bisync-manager-git -pkgver=0.3.11 +pkgver=0.3.12 pkgrel=1 pkgdesc="A daemon-based solution for automated, bidirectional synchronization of files using RClone" arch=('any') @@ -11,7 +11,7 @@ depends=('python>=3.12' 'rclone' 'python-croniter' 'python-pydantic' 'python-dae optdepends=('rclone-bisync-manager-tray-git: for tray application' 'cpulimit: for limiting CPU usage of rclone processes') makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('0df5c8d93346608385d204d96a3d5678c5b2bc03c48d937c1f57f9581fb5db8d') +sha256sums=('63a881df4bfd2343b964b1789ce5b510d523960169849a75b49434641fc29079') install=rclone-bisync-manager.install build() { |