summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2024-04-14 18:41:23 +0200
committerMichal Wojdyla2024-04-14 18:41:23 +0200
commitc295770f09aab35897e753eb2b8239dcbf4ed3b9 (patch)
tree4967ba3a52f4f943b09639796b3e9c86089df647
parentc3622358519f339ec26ba816a0a920c0fd8720a3 (diff)
downloadaur-c295770f09aab35897e753eb2b8239dcbf4ed3b9.tar.gz
spdx license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad95df5806a3..df8cdb4a3003 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = ocaml-xml-light
pkgdesc = Objective Caml lightweight xml parser
pkgver = 2.5
- pkgrel = 1
+ pkgrel = 2
url = http://tech.motion-twin.com/xmllight.html
arch = i686
arch = x86_64
- license = LGPL
+ license = LGPL-2.1-or-later
makedepends = dune
depends = ocaml
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 35b6e001170f..f696dd229040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: oliver <at> first . in - berlin . de
pkgname=ocaml-xml-light
pkgver=2.5
-pkgrel=1
-license=('LGPL')
+pkgrel=2
+license=('LGPL-2.1-or-later')
arch=('i686' 'x86_64')
pkgdesc="Objective Caml lightweight xml parser"
url="http://tech.motion-twin.com/xmllight.html"