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

Jan Steffens heftig at archlinux.org
Wed Mar 29 19:32:39 UTC 2017


    Date: Wednesday, March 29, 2017 @ 19:32:38
  Author: heftig
Revision: 291804

1.52.0-1

Modified:
  gobject-introspection/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-29 19:22:47 UTC (rev 291803)
+++ PKGBUILD	2017-03-29 19:32:38 UTC (rev 291804)
@@ -4,16 +4,16 @@
 pkgbase=gobject-introspection
 pkgname=('gobject-introspection' 'gobject-introspection-runtime')
 pkgdesc="Introspection system for GObject-based libraries"
-pkgver=1.50.0+1+gb8d92b0
-pkgrel=2
-url="https://live.gnome.org/GObjectIntrospection"
+pkgver=1.52.0
+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=b8d92b0b36b3907ef066e068e33e9309eb0f8ec5  # master
-source=("git://git.gnome.org/gobject-introspection#commit=$_commit"
+_commit=c942279c7c5e2b42c2f060372e15cbf54a5c353f  # tags/1.52.0^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'
             'e1333f2eddf23e4d750aa1c39e5fea8264d0586d1916f11188dbd07d4449d81f')
@@ -37,7 +37,7 @@
 }
 
 package_gobject-introspection-runtime() {
-  pkgdesc+=" - runtime files"
+  pkgdesc+=" (runtime library)"
   depends=('glib2')
   cd $pkgbase
   make DESTDIR="$pkgdir" install-libLTLIBRARIES install-typelibsDATA



More information about the arch-commits mailing list