diff options
Diffstat (limited to 'pcr')
-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" |