Package Details: hlint-static-git 3.8.r17.gbaf62009-1

Git Clone URL: https://aur.archlinux.org/hlint-static-git.git (read-only, click to copy)
Package Base: hlint-static-git
Description: Haskell source code suggestions
Upstream URL: https://github.com/ndmitchell/hlint
Keywords: haskell
Licenses: LicenseRef-BSD-3-Clause
Conflicts: hlint, hlint-bin
Provides: hlint
Submitter: gesh
Maintainer: gesh
Last Packager: gesh
Votes: 0
Popularity: 0.000000
First Submitted: 2021-02-07 00:05 (UTC)
Last Updated: 2024-04-15 17:51 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Latest Comments

gesh commented on 2022-03-21 23:38 (UTC)

upstream merged patch, build works now

gesh commented on 2022-03-13 18:35 (UTC)

Build is broken, filed PR upstream as #1356 Below is a patch to build off that PR branch in the meantime:

diff --git a/.SRCINFO b/.SRCINFO
index d3590aa..58d1162 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = hlint-static-git
        provides = hlint
        conflicts = hlint
        conflicts = hlint-bin
-       source = hlint-static-git::git+https://github.com/ndmitchell/hlint
+       source = hlint-static-git::git+https://github.com/hseg/hlint/tree/patch-2
        sha256sums = SKIP

 pkgname = hlint-static-git
diff --git a/PKGBUILD b/PKGBUILD
index e8d5173..c545b0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ makedepends=('git' 'stack')
 depends=('gmp')
 provides=('hlint')
 conflicts=('hlint' 'hlint-bin')
-source=("${pkgname}::git+${url}")
+#source=("${pkgname}::git+${url}")
+source=("${pkgname}::git+https://github.com/hseg/hlint/tree/patch-2")
 sha256sums=('SKIP')

 pkgver() {