summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmille2024-01-29 10:09:18 +0100
committerkmille2024-01-29 10:09:18 +0100
commit7f13aca29c31580bddee23f970d7c3e58982a0f4 (patch)
treef578d232188e11fa12f7d6934f44088fce54782a
parenteb3752420c825239a93c3d2b952f6de0c4b4dd08 (diff)
downloadaur-7f13aca29c31580bddee23f970d7c3e58982a0f4.tar.gz
Bump to 0.4.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d0670ad725a..f7e6fa04e756 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = borgctl
pkgdesc = borgctl - borgbackup without bash scripts
- pkgver = 0.4.7
+ pkgver = 0.4.9
pkgrel = 1
url = https://github.com/kmille/borgctl
arch = any
@@ -11,7 +11,7 @@ pkgbase = borgctl
makedepends = python-wheel
depends = python
depends = python-ruamel-yaml
- source = https://github.com/kmille/borgctl/archive/refs/tags/0.4.7.tar.gz
- sha256sums = 801a7cfb549af6f10a43b8506a70fec49d6de3cde14eeb4a07d6230a7693d62f
+ source = https://github.com/kmille/borgctl/archive/refs/tags/0.4.9.tar.gz
+ sha256sums = d1271cd25d3ef6799b9bd98128193bb7c06cdb4ad43d268a0fea8c86e66ac5e4
pkgname = borgctl
diff --git a/PKGBUILD b/PKGBUILD
index 6ebba1fefd86..95dfede28d3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kmille github@androidloves.me
pkgname=borgctl
-pkgver=0.4.7
+pkgver=0.4.9
pkgrel=1
pkgdesc="borgctl - borgbackup without bash scripts"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
makedepends=(python-poetry-core python-build python-installer python-wheel)
depends=(python python-ruamel-yaml)
source=(https://github.com/kmille/borgctl/archive/refs/tags/$pkgver.tar.gz)
-sha256sums=('801a7cfb549af6f10a43b8506a70fec49d6de3cde14eeb4a07d6230a7693d62f')
+sha256sums=('d1271cd25d3ef6799b9bd98128193bb7c06cdb4ad43d268a0fea8c86e66ac5e4')
build() {
cd "$srcdir/$pkgname-$pkgver"