summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoremersion2017-05-16 19:04:25 +0200
committeremersion2017-05-16 19:04:25 +0200
commit514d5954442a4d2027b00a3347a1d229c9d9b480 (patch)
tree6f0aca547a242f8eb818fb675b06c4fb5fc2c816 /PKGBUILD
parent8522d58f43f707b344c0c368e8e1051f1b4a4564 (diff)
downloadaur-bups.tar.gz
Add python2-gobject to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"