summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunther Schulz2024-08-17 16:08:33 +0200
committerGunther Schulz2024-08-17 16:08:33 +0200
commitaa56bef558cc1ed88a5dc494d9764f72c3537fdc (patch)
tree6a3d764ea130592c78e2a43fe58eabcf05ddf817
parent79c2648edd4043b7beab52c2744b8412dfed7035 (diff)
downloadaur-aa56bef558cc1ed88a5dc494d9764f72c3537fdc.tar.gz
upd version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0db29cd09223..3a8097f704fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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.0
+ pkgver = 0.3.1
pkgrel = 9
url = https://github.com/Gunther-Schulz/rclone-bisync-manager
install = rclone-bisync-manager.install
@@ -17,7 +17,7 @@ pkgbase = rclone-bisync-manager-git
depends = python-yaml
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.0.tar.gz::https://github.com/Gunther-Schulz/rclone-bisync-manager/archive/v0.3.0.tar.gz
- sha256sums = 7f5a3e4356d044a3a359ad8bbe97dc931b4af67663441367be6d92cda4c3f0c1
+ source = rclone-bisync-manager-git-0.3.1.tar.gz::https://github.com/Gunther-Schulz/rclone-bisync-manager/archive/v0.3.1.tar.gz
+ sha256sums = 15f493ac0c402b548574c0bf84cef9238027946258842c49b73077f0f7d2030a
pkgname = rclone-bisync-manager-git
diff --git a/PKGBUILD b/PKGBUILD
index d3d7e6b5b476..f6a3aeb394e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Your Name <your.email@example.com>
pkgname=rclone-bisync-manager-git
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=9
pkgdesc="A daemon-based solution for automated, bidirectional synchronization of files using RClone"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python>=3.12' 'python-croniter' 'python-pydantic' 'python-daemon' 'pyt
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=('7f5a3e4356d044a3a359ad8bbe97dc931b4af67663441367be6d92cda4c3f0c1')
+sha256sums=('15f493ac0c402b548574c0bf84cef9238027946258842c49b73077f0f7d2030a')
install=rclone-bisync-manager.install
build() {