summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2024-05-27 06:32:56 +0200
committerMichal Wojdyla2024-05-27 06:32:56 +0200
commitd27e7895a08ecd669b777aa6004562e1de221fe8 (patch)
tree69b272be4eec9fcbc352c73e05e0934c0ce63067
parentc295770f09aab35897e753eb2b8239dcbf4ed3b9 (diff)
downloadaur-d27e7895a08ecd669b777aa6004562e1de221fe8.tar.gz
add glibc to depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df8cdb4a3003..1d6a91b9c948 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index f696dd229040..c68a7d3f0342 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"