summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1105643e026..9f884d744417 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = python2-gobject2
pkgdesc = Legacy Python 2 bindings for GObject
pkgver = 2.28.7
- pkgrel = 6
+ pkgrel = 7
url = https://wiki.gnome.org/Projects/PyGObject
arch = x86_64
license = LGPL
makedepends = git
depends = glib2
+ depends = libffi
depends = python2
- provides = pygobject2-devel=2.28.7-6
+ provides = pygobject2-devel=2.28.7-7
conflicts = pygobject2-devel
replaces = pygobject2-devel<=2.28.7-3
source = git+https://gitlab.gnome.org/GNOME/pygobject.git#commit=c9594b6a91e6ca2086fedec2ed8249e0a9c029fc
sha256sums = SKIP
pkgname = python2-gobject2
-
diff --git a/PKGBUILD b/PKGBUILD
index 7ce12fb498b1..517c0e8ba3a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
+# Maintainer: Michael Kogan (PhotonX) <michael.kogan@gmx.net>
+# Contributor: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=python2-gobject2
pkgver=2.28.7
-pkgrel=6
+pkgrel=7
pkgdesc="Legacy Python 2 bindings for GObject"
url="https://wiki.gnome.org/Projects/PyGObject"
arch=(x86_64)
license=(LGPL)
-depends=(glib2 python2)
+depends=(glib2 libffi python2)
makedepends=(git)
provides=("pygobject2-devel=$pkgver-$pkgrel")
conflicts=(pygobject2-devel)