summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorChristopher Price2024-02-25 22:25:31 -0800
committerChristopher Price2024-02-25 22:25:31 -0800
commitded6cbc174a191fb7c5af24194553ddf068f3336 (patch)
treeb185358e0b84537a816f255fb92b63308da0e075 /.SRCINFO
parent8f0cdc37ca680dbce0aa74f790d35111c9719b1f (diff)
downloadaur-ocaml-sqlite3.tar.gz
fix build thanks to caleb
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO3
1 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 512c2b362129..bc01d02dc544 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = ocaml-sqlite3
pkgdesc = SQLite3 bindings for OCaml
pkgver = 5.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://mmottl.github.io/sqlite3-ocaml/
arch = x86_64
license = MIT
makedepends = dune
+ makedepends = ocaml-findlib
depends = ocaml
depends = ocaml-stdio
depends = sqlite>=3