Skip to content

Instantly share code, notes, and snippets.

@fwang49asu
Created September 8, 2016 18:48
Show Gist options
  • Save fwang49asu/c58bc8ef567c53fbf24b06b1d05e02ec to your computer and use it in GitHub Desktop.
Save fwang49asu/c58bc8ef567c53fbf24b06b1d05e02ec to your computer and use it in GitHub Desktop.
1.1.0 patch for archlinux rapidjson package: https://aur.archlinux.org/packages/rapidjson/
commit 9d5cea1417cc2bc6918cb58b87ed92c6f95ea6c6
Author: Feng Wang <fwang49@asu.edu>
Date: Thu Sep 8 11:42:44 2016 -0700
update to 1.1.0
diff --git a/PKGBUILD b/PKGBUILD
index c0d677f..b18dc32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Yunhui Fu <yhfudev@gmail.com>
pkgname=rapidjson
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
pkgdesc="Rapidjson is an attempt to create the fastest JSON parser and generator."
arch=(x86_64 i686)
url="https://github.com/miloyip/rapidjson.git"
@@ -14,7 +14,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/miloyip/rapidjson/archive/v${pkgver}.tar.gz"
)
sha1sums=(
- 'SKIP'
+ 'a3e0d043ad3c2d7638ffefa3beb30a77c71c869f'
)
conflicts=(rapidjson-git)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment