summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68f2eb6b70a0..51864458d667 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,8 +20,8 @@ pkgbase = gobject-introspection-git
depends = glib2-git
depends = python2
depends = python2-mako
- provides = gobject-introspection=
- provides = gobject-introspection-runtime=
+ provides = gobject-introspection=1.45.2.3354.fb91f7e
+ provides = gobject-introspection-runtime=1.45.2.3354.fb91f7e
conflicts = gobject-introspection
conflicts = gobject-introspection-svn
conflicts = gobject-introspection-runtime
diff --git a/PKGBUILD b/PKGBUILD
index 0218e3b9891b..0fdfe507d7c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ url="http://live.gnome.org/GObjectIntrospection/"
depends=("glib2-git" 'python2' 'python2-mako')
makedepends=('git' 'pkgconfig' 'autoconf' 'gtk-doc' 'gnome-common-git'
'bison' 'cairo' 'mesa' 'flex')
-provides=("gobject-introspection=${_realver}" "gobject-introspection-runtime=${_realver}")
+provides=("gobject-introspection=${pkgver}" "gobject-introspection-runtime=${pkgver}")
conflicts=('gobject-introspection' 'gobject-introspection-svn' "gobject-introspection-runtime")
replaces=('gobject-introspection-svn')
options=(!makeflags docs !libtool strip debug)