[arch-commits] Commit in lib32-json-glib/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sun Apr 10 17:25:08 UTC 2016


    Date: Sunday, April 10, 2016 @ 19:25:08
  Author: alucryd
Revision: 170161

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-json-glib/repos/multilib-x86_64/PKGBUILD
    (from rev 170160, lib32-json-glib/trunk/PKGBUILD)
Deleted:
  lib32-json-glib/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-10 17:25:01 UTC (rev 170160)
+++ PKGBUILD	2016-04-10 17:25:08 UTC (rev 170161)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Jameson Pugh <imntreal at gmail.com>
-
-pkgname=lib32-json-glib
-pkgver=1.0.4
-pkgrel=1
-pkgdesc='JSON library built on GLib'
-arch=('x86_64')
-url='http://live.gnome.org/JsonGlib'
-license=('GPL')
-depends=('json-glib' 'lib32-glib2')
-makedepends=('gobject-introspection' 'python2')
-source=("http://ftp.gnome.org/pub/GNOME/sources/json-glib/${pkgver%.*}/json-glib-${pkgver}.tar.xz")
-sha256sums=('80f3593cb6bd13f1465828e46a9f740e2e9bd3cd2257889442b3e62bd6de05cd')
-
-build(){
-  cd json-glib-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
-    --prefix='/usr' \
-    --libdir='/usr/lib32'
-  make
-}
-
-package(){
-  cd json-glib-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-json-glib/repos/multilib-x86_64/PKGBUILD (from rev 170160, lib32-json-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-10 17:25:08 UTC (rev 170161)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Jameson Pugh <imntreal at gmail.com>
+
+pkgname=lib32-json-glib
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='JSON library built on GLib'
+arch=('x86_64')
+url='https://wiki.gnome.org/Projects/JsonGlib'
+license=('GPL')
+depends=('json-glib' 'lib32-glib2')
+makedepends=('gobject-introspection' 'python2')
+source=("http://ftp.gnome.org/pub/GNOME/sources/json-glib/${pkgver%.*}/json-glib-${pkgver}.tar.xz")
+sha256sums=('99d6dfbe49c08fd7529f1fe8dcb1893b810a1bb222f1e7b65f41507658b8a7d3')
+
+build(){
+  cd json-glib-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32'
+  make
+}
+
+package(){
+  cd json-glib-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list