summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-01-28 00:13:38 +0100
committerDaniel Peukert2024-01-28 00:13:38 +0100
commit6516f2430a46f1c7c5d0f45047d74d8584d3d00f (patch)
tree9159ce83dbd5f4c4316ea97d4c576c4536101f9e
parentd0ccae821aa280311690fe18f7e6afeea73d0387 (diff)
downloadaur-6516f2430a46f1c7c5d0f45047d74d8584d3d00f.tar.gz
Sync pkgbuilds repo with AUR
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore28
-rw-r--r--PKGBUILD2
3 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 463b537f1894..835741976fed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = ocaml-reactivedata
url = https://github.com/ocsigen/reactiveData
arch = x86_64
arch = aarch64
- license = custom:LGPL3 with linking exception
+ license = LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception
makedepends = dune>=1.0.0
depends = ocaml>=4.08.0
depends = ocaml-react>=1.2.1
diff --git a/.gitignore b/.gitignore
index 82b3c183d5d4..076d904dd4ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,14 @@
-# from https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
-*.tar
-*.tar.*
-*.rpm
-*.jar
-*.exe
-*.msi
-*.zip
-*.tgz
-*.log
-*.log.*
-*.sig
-
-*/
+# 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/main/ArchLinuxPackages.gitignore
+/*.tar
+/*.tar.*
+/*.rpm
+/*.jar
+/*.exe
+/*.msi
+/*.zip
+/*.tgz
+/*.log
+/*.log.*
+/*.sig
diff --git a/PKGBUILD b/PKGBUILD
index 5d098702d6be..b20c3f0fb6c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel='1'
pkgdesc='Functional reactive programming with incremental changes in data structures for OCaml'
arch=('x86_64' 'aarch64')
url="https://github.com/ocsigen/$_projectname"
-license=('custom:LGPL3 with linking exception')
+license=('LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception')
depends=('ocaml>=4.08.0' 'ocaml-react>=1.2.1')
makedepends=('dune>=1.0.0')
options=('!strip')