[arch-commits] Commit in jansson/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Fri Dec 7 08:00:55 UTC 2018


    Date: Friday, December 7, 2018 @ 08:00:52
  Author: alucryd
Revision: 412038

archrelease: copy trunk to community-x86_64

Added:
  jansson/repos/community-x86_64/PKGBUILD
    (from rev 412037, jansson/trunk/PKGBUILD)
Deleted:
  jansson/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 30 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-07 08:00:43 UTC (rev 412037)
+++ PKGBUILD	2018-12-07 08:00:52 UTC (rev 412038)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Dave Reisner <d at falconindy.com>
-
-pkgname=jansson
-pkgver=2.11
-pkgrel=1
-pkgdesc='C library for encoding, decoding and manipulating JSON data'
-arch=('x86_64')
-url='http://www.digip.org/jansson/'
-depends=('glibc')
-license=('MIT')
-options=('staticlibs')
-source=("http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc})
-sha256sums=('783132e2fc970feefc2fa54199ef65ee020bd8e0e991a78ea44b8586353a0947'
-            'SKIP')
-validpgpkeys=('B5D6953E6D5059ED7ADA0F2FD3657D24D058434C') # Petri Lehtinen <petri at digip.org>
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jansson/repos/community-x86_64/PKGBUILD (from rev 412037, jansson/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-07 08:00:52 UTC (rev 412038)
@@ -0,0 +1,30 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dave Reisner <d at falconindy.com>
+
+pkgname=jansson
+pkgver=2.12
+pkgrel=1
+pkgdesc='C library for encoding, decoding and manipulating JSON data'
+arch=('x86_64')
+url='http://www.digip.org/jansson/'
+depends=('glibc')
+license=('MIT')
+options=('staticlibs')
+source=("http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc})
+sha256sums=('645d72cc5dbebd4df608d33988e55aa42a7661039e19a379fcbe5c79d1aee1d2'
+            'SKIP')
+validpgpkeys=('B5D6953E6D5059ED7ADA0F2FD3657D24D058434C') # Petri Lehtinen <petri at digip.org>
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list