Hyacinthe Cartiaux pushed to branch main at Arch Linux / Packaging / Packages /
facile
Commits:
d8179f72 by CSHehu at 2026-06-30T15:19:08+03:00
fix license to SPDX
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,7 +4,7 @@ pkgbase = facile
pkgrel = 13
url = http://www.recherche.enac.fr/opti/facile/
arch = x86_64
- license = LGPL
+ license = LGPL-2.1-or-later
makedepends = ocaml-compiler-libs
depends = ocaml
source =
https://github.com/Emmanuel-PLF/facile/archive/1.1.4/facile-1.1.4.tar.gz
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgrel=13
pkgdesc="A Functional Constraint Library"
arch=(x86_64)
url="http://www.recherche.enac.fr/opti/facile/"
-license=("LGPL")
+license=("LGPL-2.1-or-later")
depends=('ocaml')
makedepends=('ocaml-compiler-libs')
source=(https://github.com/Emmanuel-PLF/facile/archive/$pkgver/$pkgname-$pkgver.tar.gz
ocaml5.patch)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/facile/-/commit/d8179f723a13f0c7e37515e26b4875fb0af0d883
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/facile/-/commit/d8179f723a13f0c7e37515e26b4875fb0af0d883
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help