summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2015-12-07 12:12:03 +0100
committerFrederic Bezies2015-12-07 12:12:03 +0100
commit1d6dc16990ac2e221b3bc9caf1bd0fe5dc7a23b3 (patch)
tree5b08810a806a24736ac1aa0894745b3332b0109d
parente4031958c5632860b440c560b3514198232198f8 (diff)
downloadaur-1d6dc16990ac2e221b3bc9caf1bd0fe5dc7a23b3.tar.gz
adding python2-gobject in depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a94e38ce72a..5403f6b775eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Dec 7 11:11:47 UTC 2015
pkgbase = birdie-git
pkgdesc = Twitter client for Linux
pkgver = 1.1+git.21.gf235c55
- pkgrel = 1
+ pkgrel = 2
url = http://birdieapp.github.io
install = birdie.install
arch = i686
@@ -24,6 +26,7 @@ pkgbase = birdie-git
depends = gtksourceview3
depends = webkitgtk
depends = python2-socksipy-branch
+ depends = python2-gobject
provides = birdie
conflicts = birdie
conflicts = birdie-bzr
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')