summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2023-08-26 08:02:39 -0400
committergraysky2023-08-26 08:02:39 -0400
commit98b199e755acfdb36671102b7c53343f027875b8 (patch)
treef1226e72baaea5b1e705683c2fbffc3268334972
parent29cee9d54061503dce15cf9d28f3c24f0de25438 (diff)
downloadaur-98b199e755acfdb36671102b7c53343f027875b8.tar.gz
Update to 1.3.3-4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b587f124b2f..fa01afa5fd4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = backintime
b2sums = fd6bf99aab7297811ee756c4a20bf32fac9c4fd2afabd6a927aaf61b9c21f8c207f5583d0fb3ff71509bb168fedac2273fe50a3784b51b590568a17b971f08b0
pkgname = backintime
- pkgdesc = Simple backup system inspired from the Flyback Project and TimeVault. QT5 GUI version.
+ pkgdesc = Simple backup system inspired from the Flyback Project and TimeVault. Qt5 GUI version.
depends = backintime-cli=1.3.3
depends = libnotify
depends = polkit
@@ -37,7 +37,7 @@ pkgname = backintime-cli
depends = python-keyring
depends = rsync
depends = python-packaging
- optdepends = backintime: QT5 GUI version
+ optdepends = backintime: Qt5 GUI version
optdepends = encfs: encrypted filesystem in user-space
optdepends = pm-utils: for laptops allows an option to not snapshot on battery
optdepends = sshfs: FUSE client based on the ssh file transfer protocol
diff --git a/PKGBUILD b/PKGBUILD
index 526511c9b308..10db7f52ce2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,7 @@ check() {
package_backintime-cli() {
pkgdesc="Simple backup system inspired from the Flyback Project and TimeVault. CLI version."
depends=(cron fuse2 openssh python-dbus python-keyring rsync python-packaging)
- optdepends=('backintime: QT5 GUI version'
+ optdepends=('backintime: Qt5 GUI version'
'encfs: encrypted filesystem in user-space'
'pm-utils: for laptops allows an option to not snapshot on battery'
'sshfs: FUSE client based on the ssh file transfer protocol')
@@ -49,7 +49,7 @@ package_backintime-cli() {
}
package_backintime() {
- pkgdesc="Simple backup system inspired from the Flyback Project and TimeVault. QT5 GUI version."
+ pkgdesc="Simple backup system inspired from the Flyback Project and TimeVault. Qt5 GUI version."
depends=("backintime-cli=$pkgver" libnotify polkit python-dbus python-pyqt5 xorg-xdpyinfo)
# note users can optionally install EITHER kompare OR meld but not both!
optdepends=('kompare: diff/patch frontend'