summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3b07a985608..c0309865d44d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = bups
pkgdesc = Simple GUI for Bup, a very efficient backup system.
pkgver = 0.8.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/emersion/bups
arch = any
license = MIT
depends = bup
depends = gtk3
depends = gobject-introspection
+ depends = python2-gobject
optdepends = cifs-utils: samba filesystems support
optdepends = encfs: encryption support
optdepends = x11-ssh-askpass: encryption support
diff --git a/PKGBUILD b/PKGBUILD
index 4c786aab683d..6c845a577f71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname="bups"
pkgver=0.8.1
-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" "gtk3" "gobject-introspection")
+depends=("bup" "gtk3" "gobject-introspection" "python2-gobject")
optdepends=("cifs-utils: samba filesystems support"
"encfs: encryption support"
"x11-ssh-askpass: encryption support"