summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Letan2024-01-21 22:45:42 +0100
committerThomas Letan2024-01-21 22:45:42 +0100
commit909a2ac764d3e1a419a308d53814d6448e6acda6 (patch)
tree99bbf0606c24fcb4660301009aa95368777502ca /PKGBUILD
parent95ff2c549b7bcf8b90098c560ff92f1d3dd3e965 (diff)
downloadaur-ocaml-kqueue.tar.gz
fix typos
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42cf54a21274..3d75fb64dfc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_projectname=kqueue
pkgname=ocaml-$_projectname
pkgver=0.3.0
-pkgrel=1
-license=('MPL2')
+pkgrel=2
+license=('BSD-3-Clause')
arch=('x86_64')
-pkgdesc="Encoding combinators a la Data_encoding for Ezjsonm"
+pkgdesc="OCaml bindings to kqueue"
url="https://github.com/anuragsoni/$_projectname-ml"
depends=('ocaml' 'ocaml-ppx_optcomp')
makedepends=('dune')