summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2015-12-07 12:12:03 +0100
committerFrederic Bezies2015-12-07 12:12:03 +0100
commit1d6dc16990ac2e221b3bc9caf1bd0fe5dc7a23b3 (patch)
tree5b08810a806a24736ac1aa0894745b3332b0109d /PKGBUILD
parente4031958c5632860b440c560b3514198232198f8 (diff)
downloadaur-1d6dc16990ac2e221b3bc9caf1bd0fe5dc7a23b3.tar.gz
adding python2-gobject in depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f271197b187..906afe8b3b0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,14 @@
_pkgname="birdie"
pkgname="${_pkgname}-git"
pkgver=1.1+git.21.gf235c55
-pkgrel=1
+pkgrel=2
pkgdesc="Twitter client for Linux"
arch=('i686' 'x86_64')
url="http://birdieapp.github.io"
license=('GPL3')
-depends=('glib2' 'gtk3' 'hicolor-icon-theme' 'python2-requests' 'python2-requests-oauthlib' 'pygtksourceview2' 'python2-pillow' 'gtksourceview3' 'webkitgtk' 'python2-socksipy-branch')
+depends=('glib2' 'gtk3' 'hicolor-icon-theme' 'python2-requests'
+'python2-requests-oauthlib' 'pygtksourceview2' 'python2-pillow'
+'gtksourceview3' 'webkitgtk' 'python2-socksipy-branch' 'python2-gobject')
makedepends=('git' 'desktop-file-utils' 'hicolor-icon-theme' 'intltool' 'yelp-tools' 'gnome-common' 'gobject-introspection')
options=('!libtool')
conflicts=('birdie' 'birdie-bzr')