Date: Monday, February 20, 2017 @ 22:58:12
  Author: jsteel
Revision: 213218

upgpkg: rapidjson 1.1.0-2

Correct license

Modified:
  rapidjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-02-20 22:54:12 UTC (rev 213217)
+++ PKGBUILD    2017-02-20 22:58:12 UTC (rev 213218)
@@ -3,11 +3,11 @@
 
 pkgname=rapidjson
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast JSON parser/generator for C++ with both SAX/DOM style API"
 arch=('any')
 url="https://github.com/miloyip/rapidjson";
-license=('GPL')
+license=('MIT')
 makedepends=('gcc' 'cmake')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/miloyip/$pkgname/archive/v$pkgver.tar.gz)
 md5sums=('badd12c511e081fec6c89c43a7027bce')
@@ -27,4 +27,6 @@
   cd $pkgname-$pkgver/build
 
   DESTDIR="$pkgdir" make install
+
+  install -Dm644 ../license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
 }

Reply via email to