summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2023-01-03 15:52:12 -0500
committergraysky2023-01-03 15:52:12 -0500
commitd86a33332607588d5156d356093b9309a2d86f16 (patch)
treec0529e7c802436b5a545b8ed0c9186d2a3166fae /PKGBUILD
parenta9a21b0e178b919a57e0a442e4b399ffeabd829a (diff)
downloadaur-d86a33332607588d5156d356093b9309a2d86f16.tar.gz
Update to 1.3.3-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 610d6029bc37..73b82e525a47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=(backintime backintime-cli)
_pkgname="backintime"
_commit=8495f9dc3953343a0352bb3ffbdcfab7f93c10ad
pkgver=1.3.3
-pkgrel=1
+pkgrel=2
arch=(any)
url="https://github.com/bit-team/backintime"
license=(GPL)
@@ -36,7 +36,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 python-pyfakefs)
+ depends=(cron fuse2 openssh python-dbus python-keyring rsync python-packaging)
optdepends=('backintime: QT5 GUI version'
'encfs: encrypted filesystem in user-space'
'pm-utils: for laptops allows an option to not snapshot on battery'