summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDino Morelli2024-02-27 18:06:21 -0500
committerDino Morelli2024-02-27 18:06:21 -0500
commitd783205d53bd532c219407bb0a5954d5e2d8d0c8 (patch)
tree63a19ad0ad71b4729e94d2c3ce456cfbf58e2da2
parent3001f4eea23fb7e9d49303d1d32d424281a63033 (diff)
downloadaur-d783205d53bd532c219407bb0a5954d5e2d8d0c8.tar.gz
Changed (weird) custom:BSD3 license
Now using BSD-3-Clause from https://spdx.org/licenses/ as suggested by namcap.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e202100ea2e..51c2ba944ea1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = stack-bin
pkgrel = 2
url = https://github.com/commercialhaskell/stack
arch = x86_64
- license = custom:BSD3
+ license = BSD-3-Clause
depends = gmp
depends = zlib
provides = stack
diff --git a/PKGBUILD b/PKGBUILD
index 5f851648f4e8..daf4eb028cdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=2
pkgdesc="The Haskell Tool Stack. Packaged from upstream binary release."
arch=('x86_64')
url="https://github.com/commercialhaskell/${_pkgname}"
-license=('custom:BSD3')
+license=('BSD-3-Clause')
depends=(gmp zlib)
provides=(stack stack-static)
conflicts=(stack stack-static)