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

Levente Polyak anthraxx at archlinux.org
Tue Oct 4 22:09:44 UTC 2016


    Date: Tuesday, October 4, 2016 @ 22:09:43
  Author: anthraxx
Revision: 277718

upgpkg: jsoncpp 1.7.7-1

Modified:
  jsoncpp/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-04 19:39:29 UTC (rev 277717)
+++ PKGBUILD	2016-10-04 22:09:43 UTC (rev 277718)
@@ -1,19 +1,19 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Jonahtan Schaeffer <joschaeffer at gmail.com>
 # COntributor: Drake Arconis <lightdrake at gmail.com>
 
 pkgname=jsoncpp
-pkgver=1.7.6
+pkgver=1.7.7
 pkgrel=1
-pkgdesc='A C++ library for interacting with JSON'
+pkgdesc='C++ library for interacting with JSON'
 url='https://github.com/open-source-parsers/jsoncpp'
+arch=('i686' 'x86_64')
 license=('MIT' 'custom:Public_Domain')
-arch=('i686' 'x86_64')
 depends=('gcc-libs')
 makedepends=('cmake')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz")
-sha1sums=('a38fbb7ed49900f62ea7c1618279b0091e3cb973')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('1b12cc497729ca447dae77f92c6a761494554021b306e8cedbea0ddf83f6569ca53380f8b53a0d4a62b5239c605328a419082e0610ca051a2957bcb7136ba644')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -33,6 +33,6 @@
 package() {
   cd  ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
 



More information about the arch-commits mailing list