diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-21 13:28:13 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-21 13:28:13 +0100 |
commit | e6dd974eea36bfe2487e307d1e80c8f73d09e039 (patch) | |
tree | 02d85a54f3d2261b7adf572b22d7af966aa68ccf /pcr/guile-json | |
parent | 54a0d7628e4c43745f745fd9606f0bc645230150 (diff) | |
download | abslibre-e6dd974eea36bfe2487e307d1e80c8f73d09e039.tar.gz abslibre-e6dd974eea36bfe2487e307d1e80c8f73d09e039.tar.bz2 abslibre-e6dd974eea36bfe2487e307d1e80c8f73d09e039.zip |
pcr/guile-json: updated to 0.5.0
Diffstat (limited to 'pcr/guile-json')
-rw-r--r-- | pcr/guile-json/PKGBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/pcr/guile-json/PKGBUILD b/pcr/guile-json/PKGBUILD index cf38473e5..8d71dea80 100644 --- a/pcr/guile-json/PKGBUILD +++ b/pcr/guile-json/PKGBUILD @@ -1,15 +1,18 @@ -# Maintainer (Arch): holos -# Contributor (Arch): tantalum +# Maintainer (AUR): holos +# Contributor (AUR): tantalum + +# parabola changes and rationale: +# no changes. pkgname=guile-json pkgrel=1 -pkgver=0.4.0 +pkgver=0.5.0 pkgdesc='JSON module for Guile' url="https://github.com/aconchillo/guile-json" arch=('any') license=('LGPL') source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('0696062439ceb00d1026e9c352e8a6fac22de6fd6e38a9f5e7cc139ec511066c') +sha256sums=('0dd9327f4d6edfcd7ca48c8d854bf4c0028ff276cc4f7ffcd72d5b9128190a51') build() { cd "$pkgname-$pkgver" |