summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Bellegarde2017-03-27 15:48:43 +0200
committerCédric Bellegarde2017-03-27 15:48:43 +0200
commitc271466b977b976fad13395735e7e8a00a40e2f0 (patch)
treea3593b0f5593fecef1ff22daef5b4fd910222c01
parenteff470c0cf1e876ef0775be8da3a518e104e2d2b (diff)
downloadaur-c271466b977b976fad13395735e7e8a00a40e2f0.tar.gz
Fix depends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f34db792b83..8798017084b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Web browser for GNOME'
arch=('i686' 'x86_64')
license=('GPL3')
url="https://github.com/gnumdk/${_gitname}"
-depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-dbus' 'python-gobject' 'python-cairo' 'libsecret' 'webkit2gtk' 'python-cryptography', 'python-crypto')
+depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-dbus' 'python-gobject' 'python-cairo' 'libsecret' 'webkit2gtk' 'python-cryptography' 'python-crypto')
makedepends=('git' 'gnome-common' 'intltool' 'itstool' 'python' 'yelp-tools')
optdepends=('python-wikipedia: display advanced artist information')
options=('!emptydirs')