summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2022-07-13 16:42:05 -0400
committerPatrick Northon2022-07-13 16:42:05 -0400
commit0b92a5384fd93674152b626099cbabe6ac184c6a (patch)
treed492927dc510d196e94ab60094627de9862dc289
parent99529bbd0c5759e1ec4b55fba6cf51d088fa260f (diff)
downloadaur-ocaml-curl.tar.gz
Fix dependency, ocaml-lwt can't be optional as it is needed at compile-time.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c7682c9988a..3ec8f8f930ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ocaml-curl
pkgdesc = OCaml bindings to libcurl
pkgver = 0.9.2
- pkgrel = 2
+ pkgrel = 3
url = https://ygrek.org/p/ocurl
arch = i686
arch = x86_64
arch = armv7h
license = MIT
makedepends = ocaml-findlib
+ makedepends = ocaml-lwt
depends = curl>=7.28.0
- optdepends = ocaml-lwt: Lwt-enabled asynchronous interface - Curl_lwt
options = !strip
options = !makeflags
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 9bd6fd0363c7..dd8a0f2ca7ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: Flávio Tapajós <tapajos at outlook doc com>
+# Contributor: Patrick Northon <northon_patrick3@yahoo.ca>
+# Contributor: Flávio Tapajós <tapajos at outlook doc com>
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
# Contributor: Eric Bailey <nerflad@gmail.com>
pkgname=ocaml-curl
pkgver=0.9.2
-pkgrel=2
+pkgrel=3
pkgdesc='OCaml bindings to libcurl'
url='https://ygrek.org/p/ocurl'
arch=('i686' 'x86_64' 'armv7h')
license=('MIT')
depends=('curl>=7.28.0')
-makedepends=('ocaml-findlib')
-optdepends=('ocaml-lwt: Lwt-enabled asynchronous interface - Curl_lwt')
+makedepends=('ocaml-findlib' 'ocaml-lwt')
options=('!strip' '!makeflags' 'staticlibs')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ygrek/ocurl/archive/${pkgver}.tar.gz")
sha256sums=('dfa55b83f2ba1f32898c3488fd7bfcd55414f4719f563d83d126e5b9de2bd156')