summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgesh2024-04-15 20:51:08 +0300
committergesh2024-04-15 20:51:08 +0300
commitb3b771c81d0ad9069c381727d46abe335813dfc3 (patch)
tree416a1b1b03a129e31e8bacac1f00bfd1de3fb3c9
parent0e88166eeee2e799950361f072842380646262fd (diff)
downloadaur-b3b771c81d0ad9069c381727d46abe335813dfc3.tar.gz
Update to SPDX license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3590aaf1524..75d8920307e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = hlint-static-git
pkgdesc = Haskell source code suggestions
- pkgver = 3.3.4.r39.g8e10b514
+ pkgver = 3.8.r17.gbaf62009
pkgrel = 1
url = https://github.com/ndmitchell/hlint
arch = x86_64
- license = BSD
+ license = LicenseRef-BSD-3-Clause
makedepends = git
makedepends = stack
depends = gmp
diff --git a/PKGBUILD b/PKGBUILD
index e8d5173f4c24..0dc3751d6d86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Dino Morelli <dino@ui3.info>
pkgname=hlint-static-git
-pkgver=3.3.4.r39.g8e10b514
+pkgver=3.8.r17.gbaf62009
pkgrel=1
pkgdesc='Haskell source code suggestions'
arch=('x86_64')
url="https://github.com/ndmitchell/hlint"
-license=('BSD')
+license=('LicenseRef-BSD-3-Clause')
makedepends=('git' 'stack')
depends=('gmp')
provides=('hlint')