[arch-commits] Commit in gobject-introspection/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Sep 10 06:59:14 UTC 2017


    Date: Sunday, September 10, 2017 @ 06:59:13
  Author: heftig
Revision: 305200

1.53.7-1

Modified:
  gobject-introspection/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-10 04:54:44 UTC (rev 305199)
+++ PKGBUILD	2017-09-10 06:59:13 UTC (rev 305200)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgbase=gobject-introspection
-pkgname=('gobject-introspection' 'gobject-introspection-runtime')
+pkgname=(gobject-introspection gobject-introspection-runtime)
+pkgver=1.53.7
+pkgrel=1
 pkgdesc="Introspection system for GObject-based libraries"
-pkgver=1.52.1
-pkgrel=1
 url="https://wiki.gnome.org/Projects/GObjectIntrospection"
-arch=('x86_64' 'i686')
-license=('LGPL' 'GPL')
-depends=('python' 'python-mako')
-makedepends=('cairo' 'git' 'gtk-doc')
-options=('!emptydirs')
-_commit=880bf64d578120cb484fb2b63d14b9dac6fee9ae  # tags/1.52.1^0
+arch=(x86_64 i686)
+license=(LGPL GPL)
+depends=(python python-mako)
+makedepends=(cairo git gtk-doc)
+options=(!emptydirs)
+_commit=f22ad3e4f09a1ada9b8887235c8cb8822a03e88f  # tags/1.53.7^0
 source=("git+https://git.gnome.org/browse/gobject-introspection#commit=$_commit"
         0001-giscanner-fix-EOF-check-with-flex-2.6.1.patch)
 sha256sums=('SKIP'
@@ -38,13 +38,13 @@
 
 package_gobject-introspection-runtime() {
   pkgdesc+=" (runtime library)"
-  depends=('glib2')
+  depends=(glib2)
   cd $pkgbase
   make DESTDIR="$pkgdir" install-libLTLIBRARIES install-typelibsDATA
 }
 
 package_gobject-introspection() {
-  depends+=("gobject-introspection-runtime=$pkgver")
+  depends+=("gobject-introspection-runtime=$pkgver-$pkgrel")
 
   cd $pkgbase
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list