summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBilal Elmoussaoui2016-05-31 20:55:18 +0200
committerBilal Elmoussaoui2016-05-31 20:55:18 +0200
commitaa6082a07f6c8a8e70df2cd655436063fe24966a (patch)
treeb9cfc9a79aec4ab65961b20145e38133b84b592e /PKGBUILD
parent04662d68223865e6a7ae0b9dab52b87af3e994be (diff)
downloadaur-aa6082a07f6c8a8e70df2cd655436063fe24966a.tar.gz
fix a typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01784bc6bc6f..32be855f57bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Two-Factor Authentication code generator for Gnome'
arch=('i686' 'x86_64')
license=('GPL3')
url="https://github.com/bil-elmoussaoui/${_gitname}"
-depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-dbus' 'python-gobject' 'python-cairo', 'python-pyotp')
+depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-gobject' 'python-cairo' 'python-pyotp')
makedepends=('git' 'gnome-common' 'intltool' 'itstool' 'python' 'yelp-tools')
options=('!emptydirs')