summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoréclairevoyant2022-12-04 04:27:10 -0500
committeréclairevoyant2022-12-04 04:27:10 -0500
commit2fc4c4e592a3097a5096f5540fae1171456f45b8 (patch)
treeba505461a6c597ba78afe003ed38a80dcff2a7d2 /PKGBUILD
parent20942a0bb86fafbf80a178a42a2b793a308cb603 (diff)
downloadaur-ocaml-ocamlc-loc.tar.gz
ocaml-ocamlc-loc: fix desc
Signed-off-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c649c6cb4d8d..cbd6ac8986dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pkgname=ocamlc-loc
pkgname="ocaml-$_pkgname"
pkgver=3.6.1
-pkgrel=1
+pkgrel=2
license=('MIT')
arch=('x86_64')
-pkgdesc="An OCaml Package"
+pkgdesc="Parse ocaml compiler output into structured form"
url="https://github.com/ocaml/dune"
depends=('ocaml>=4.08.0')
makedepends=('dune>=3.5')