diff options
author | Michal Wojdyla | 2024-05-27 06:32:56 +0200 |
---|---|---|
committer | Michal Wojdyla | 2024-05-27 06:32:56 +0200 |
commit | d27e7895a08ecd669b777aa6004562e1de221fe8 (patch) | |
tree | 69b272be4eec9fcbc352c73e05e0934c0ce63067 | |
parent | c295770f09aab35897e753eb2b8239dcbf4ed3b9 (diff) | |
download | aur-d27e7895a08ecd669b777aa6004562e1de221fe8.tar.gz |
add glibc to depends
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,12 +1,13 @@ pkgbase = ocaml-xml-light pkgdesc = Objective Caml lightweight xml parser pkgver = 2.5 - pkgrel = 2 + pkgrel = 3 url = http://tech.motion-twin.com/xmllight.html arch = i686 arch = x86_64 license = LGPL-2.1-or-later makedepends = dune + depends = glibc depends = ocaml options = !strip options = !makeflags @@ -3,12 +3,12 @@ pkgname=ocaml-xml-light pkgver=2.5 -pkgrel=2 +pkgrel=3 license=('LGPL-2.1-or-later') arch=('i686' 'x86_64') pkgdesc="Objective Caml lightweight xml parser" url="http://tech.motion-twin.com/xmllight.html" -depends=('ocaml') +depends=('glibc' 'ocaml') makedepends=('dune') options=('!strip' '!makeflags' 'staticlibs') source=("https://github.com/ncannasse/xml-light/releases/download/${pkgver}/xml-light-${pkgver}.tbz" |