summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 16 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94a0cf8b0776..3fa8b1e87854 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,18 @@
pkgbase = bups
pkgdesc = Simple GUI for Bup, a very efficient backup system.
pkgver = 0.7.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/emersion/bups
arch = any
license = MIT
depends = bup
- depends = pygtk
- depends = cifs-utils
+ depends = gtk3
+ depends = gobject-introspection
+ optdepends = cifs-utils: samba filesystems support
+ optdepends = encfs: encryption support
+ optdepends = sshfs: ssh filesystems support
+ optdepends = google-drive-ocamlfuse: google drive support
+ optdepends = systemd: backup scheduling support
source = https://github.com/emersion/bups/archive/v0.7.2.tar.gz
md5sums = a0aa558d9186f4e926fc615620079a76
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")