summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86653368327f..5ad8b6ffa68c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,18 @@
-# Maintainer: Guten Ye
+# Maintainer: emersion
pkgname="bups"
pkgver=0.7.2
-pkgrel=1
+pkgrel=2
pkgdesc="Simple GUI for Bup, a very efficient backup system."
arch=("any")
url="https://github.com/emersion/bups"
license=("MIT")
-depends=("bup" "pygtk" "cifs-utils")
+depends=("bup" "gtk3" "gobject-introspection")
+optdepends=("cifs-utils: samba filesystems support"
+ "encfs: encryption support"
+ "sshfs: ssh filesystems support"
+ "google-drive-ocamlfuse: google drive support"
+ "systemd: backup scheduling support")
makedepends=()
source=(
"https://github.com/emersion/bups/archive/v$pkgver.tar.gz")