summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Bailey2017-11-28 17:56:17 -0500
committerEric Bailey2017-11-28 17:56:17 -0500
commitb46c9cd2f2fdd3113a3d9b2c1ca33102ce256c30 (patch)
tree1d584f484dab7596194526abfb27ed3387ab5089
parent049ef96b12426f265a78b4f8908c190c917adf72 (diff)
downloadaur-b46c9cd2f2fdd3113a3d9b2c1ca33102ce256c30.tar.gz
require libcurl >=7.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6fbfcec42e2..87c0c3e734cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Nov 28 22:53:04 UTC 2017
+# Tue Nov 28 22:55:36 UTC 2017
pkgbase = ocaml-curl
pkgdesc = OCaml bindings to libcurl networking library
pkgver = 0.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ygrek/ocurl
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = ocaml-curl
license = BSD
makedepends = ocaml-findlib
depends = ocaml
- depends = curl>=7.9.8
+ depends = curl>=7.17.0
options = !strip
options = !makeflags
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 8e3ef0961254..72743487c465 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Eric Bailey <nerflad@gmail.com>
pkgname=ocaml-curl
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="OCaml bindings to libcurl networking library"
arch=('i686' 'x86_64' 'armv7h')
license=('BSD')
-depends=('ocaml' 'curl>=7.9.8')
+depends=('ocaml' 'curl>=7.17.0')
makedepends=('ocaml-findlib')
options=('!strip' '!makeflags' 'staticlibs')
url='https://github.com/ygrek/ocurl'