summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96e64154266d..2455a61c3947 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ocaml-ezjsonm
- pkgdesc = Hexadecimal converter
+ pkgdesc = An easy interface on top of the Jsonm library.
pkgver = 1.3.0
- pkgrel = 1
- url = https://github.com/mirage/ocaml-ezjsonm
+ pkgrel = 2
+ url = https://github.com/mirage/ezjsonm
arch = x86_64
license = custom:ISC
makedepends = dune
diff --git a/PKGBUILD b/PKGBUILD
index bea8bbdaab39..3b625461935b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=ocaml-ezjsonm
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
license=('custom:ISC')
arch=('x86_64')
-pkgdesc="Hexadecimal converter"
-url="https://github.com/mirage/ocaml-ezjsonm"
+pkgdesc="An easy interface on top of the Jsonm library."
+url="https://github.com/mirage/ezjsonm"
depends=(
'ocaml'
'ocaml-hex'