summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorEric Fung2021-12-20 02:47:24 -0800
committerEric Fung2021-12-20 02:47:24 -0800
commit9b51f0d0e6c63d034f6c08276f7d9a5d83c22ae5 (patch)
tree479c42208d1ff3618a2ca02599293f54fe36ec8d /.SRCINFO
parent8282131ccddfa2988d3275e13ee7d7386758b29f (diff)
downloadaur-9b51f0d0e6c63d034f6c08276f7d9a5d83c22ae5.tar.gz
Update to release 5.1.0
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO18
1 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e27af3f5e08a..512c2b362129 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,20 @@
pkgbase = ocaml-sqlite3
pkgdesc = SQLite3 bindings for OCaml
- pkgver = 5.0.2
+ pkgver = 5.1.0
pkgrel = 1
- url = https://github.com/mmottl/sqlite3-ocaml
+ url = https://mmottl.github.io/sqlite3-ocaml/
arch = x86_64
license = MIT
- makedepends = ocaml-findlib
makedepends = dune
depends = ocaml
- depends = ocaml-base
depends = ocaml-stdio
- depends = sqlite3
- source = ocaml-sqlite3-5.0.2.tar.gz::https://github.com/mmottl/sqlite3-ocaml/archive/5.0.2.tar.gz
- sha256sums = 345811e9f6dc0478e0b5cc82bd75fc2859fab2a96e8fde424c95df23f4267f9c
+ depends = sqlite>=3
+ provides = sqlite3-ocaml
+ conflicts = sqlite3-ocaml
+ replaces = sqlite3-ocaml
+ options = !strip
+ options = staticlibs
+ source = https://github.com/mmottl/sqlite3-ocaml/releases/download/5.1.0/sqlite3-5.1.0.tbz
+ sha256sums = bb0db711691a8dfa24fe29ec4ecb6912444ad90e0f4c447af89831e6d1dffea5
pkgname = ocaml-sqlite3
-