summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2017-03-25 12:19:02 +0800
committerwangjiezhe2017-03-25 12:19:02 +0800
commit781c670f9b4cc75dc68631c0668e76e6d348a7b9 (patch)
tree1d82105d4f41342cb50b53d2f533c6d00fc4988e
parent068df2fa0cc95425665a7ce4c72bcd31e158aff7 (diff)
downloadaur-781c670f9b4cc75dc68631c0668e76e6d348a7b9.tar.gz
Fix depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adc7b627114b..88d124c8e4d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 25 04:16:16 UTC 2017
+# Sat Mar 25 04:18:55 UTC 2017
pkgbase = pygobject-git
pkgdesc = Python Bindings for GLib/GObject/GIO/GTK+
pkgver = 3.24.0+22+g30228a98
@@ -8,7 +8,7 @@ pkgbase = pygobject-git
arch = i686
arch = x86_64
license = LGPL
- makedepends = python-cairo
+ makedepends = python-cairo-git
makedepends = python2-cairo
makedepends = gobject-introspection
makedepends = git
@@ -33,7 +33,6 @@ pkgname = python2-gobject-git
pkgname = pygobject-devel-git
pkgdesc = Common development files for pygobject
- optdepends =
provides = pygobject-devel=3.24.0+22+g30228a98
conflicts = pygobject-devel
diff --git a/PKGBUILD b/PKGBUILD
index 6e8b7f8adbbc..4740575a521d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
-# $Id: PKGBUILD 285379 2017-01-06 08:14:47Z felixonmars $
-# Maintainer: Ionut Biru <ibiru@archlinux.org>
+# Contributor: Ionut Biru <ibiru@archlinux.org>
+# Maintainer: wangjiezhe <wangjiezhe AT yandex DOT com>
_pkgbase=pygobject
pkgbase=pygobject-git
@@ -11,7 +11,7 @@ url="https://wiki.gnome.org/Projects/PyGObject"
arch=(i686 x86_64)
license=(LGPL)
depends=(gobject-introspection-runtime)
-makedepends=(python{,2}-cairo gobject-introspection git gnome-common)
+makedepends=(python-cairo-git python2-cairo gobject-introspection git gnome-common)
optdepends=('cairo: Cairo bindings')
source=("git://git.gnome.org/pygobject")
sha256sums=('SKIP')
@@ -63,7 +63,6 @@ package_python2-gobject-git() {
package_pygobject-devel-git() {
pkgdesc="Common development files for pygobject"
- optdepends=()
provides=("pygobject-devel=$pkgver")
conflicts=("pygobject-devel")