summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubosz Sarnecki2015-07-02 20:18:16 +0200
committerLubosz Sarnecki2015-07-02 20:18:16 +0200
commit2754abba85dba7d6fb50d46fe31bc4c599b36c22 (patch)
treef8f27561b350175176e6e9eec4b2a6ba3692d3d9
parent28a134a3a04809827ef549065ed472ea99ed2db9 (diff)
downloadaur-2754abba85dba7d6fb50d46fe31bc4c599b36c22.tar.gz
fix version info
-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)