summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2020-07-27 20:59:53 +0800
committerTing-Wei Lan2020-07-27 20:59:53 +0800
commit7b937d3323f47cb25e7325aad36fdccdcf8336cd (patch)
tree15072c9efee71d2dfe632563ee9d62c4512d00e6
parent9656705208defa7e17ac9e4db5b4550cfaaf9db3 (diff)
downloadaur-guile-json3.tar.gz
guile-json3: Update the description to include version number
So it looks different from guile-json package.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 894d9d18a14f..42567c1145b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = guile-json3
- pkgdesc = JSON module for Guile
+ pkgdesc = JSON module for Guile (Version 3)
pkgver = 3.4.0
pkgrel = 1
url = https://savannah.nongnu.org/projects/guile-json
diff --git a/PKGBUILD b/PKGBUILD
index ba1223d1c77a..7e51a4b91636 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=guile-json3
_pkgname=guile-json
pkgver=3.4.0
pkgrel=1
-pkgdesc='JSON module for Guile'
+pkgdesc='JSON module for Guile (Version 3)'
arch=('x86_64' 'i686' 'armv7h')
url='https://savannah.nongnu.org/projects/guile-json'
license=('GPL3')