summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-01-28 00:07:53 +0100
committerDaniel Peukert2024-01-28 00:07:53 +0100
commitd9aa693df7e8fdf837eb3b3771672b7301b4dc8a (patch)
treef53749c0f399bb2df2044b8e39848462ba29e793
parent3e81e9c367523e1a761fd3194e76b0dc8a9c590a (diff)
downloadaur-d9aa693df7e8fdf837eb3b3771672b7301b4dc8a.tar.gz
Sync pkgbuilds repo with AUR
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66a0e6afcf0d..b105dc06ccb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = ocaml-js_of_ocaml
url = https://github.com/ocsigen/js_of_ocaml
arch = x86_64
arch = aarch64
- license = custom:LGPL2.1 with linking exception
+ license = LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception
makedepends = dune>=3.7.0
depends = ocaml>=4.08.0
depends = ocaml-cmdliner>=1.1.0
diff --git a/.gitignore b/.gitignore
index 004b0a3a8706..076d904dd4ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
# Only exclude files from the root of the package repo, as some AUR helpers download sources into the directory of the repo,
# which causes the gitignore file to apply to them too, which breaks some builds
-# Based on https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
+# Based on https://github.com/github/gitignore/blob/main/ArchLinuxPackages.gitignore
/*.tar
/*.tar.*
/*.rpm
diff --git a/PKGBUILD b/PKGBUILD
index 596b81bc1670..8ae4408083a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel='1'
pkgdesc='Compiler from OCaml to Javascript'
arch=('x86_64' 'aarch64')
url="https://github.com/ocsigen/$_projectname"
-license=('custom:LGPL2.1 with linking exception')
+license=('LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception')
depends=('ocaml>=4.08.0' 'ocaml-cmdliner>=1.1.0' 'ocaml-graphics' 'ocaml-lwt>=2.4.4' 'ocaml-lwt_log' 'ocaml-menhir' 'ocaml-ppxlib>=0.22.0' 'ocaml-react>=1.2.1' 'ocaml-reactivedata>=0.2' 'ocaml-sedlex>=2.3' 'ocaml-tyxml>=4.3' 'ocaml-yojson' 'ocaml-findlib>=1.5.1')
makedepends=('dune>=3.7.0')
options=('!strip')