summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgesh2021-02-08 18:47:03 +0200
committergesh2021-02-08 18:47:03 +0200
commit2418ff8c2c11bc874fda39224d52e7e31b02d246 (patch)
treed1824f12c306c971b504f313adae92220ec8c8b2
parentd423aaceba0c7f429be5152ea29fcb2e57ac00a3 (diff)
downloadaur-2418ff8c2c11bc874fda39224d52e7e31b02d246.tar.gz
git, stack should be makedepends only
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fb63cc39fe0..c0eaea407a4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = hlint-static-git
pkgdesc = Haskell source code suggestions
- pkgver = 3.2.7.r19.g3d3c82c6
+ pkgver = 3.2.7.r23.g9c8b9030
pkgrel = 1
url = https://github.com/ndmitchell/hlint
arch = x86_64
license = BSD
+ makedepends = git
+ makedepends = stack
depends = gmp
provides = hlint
conflicts = hlint
diff --git a/PKGBUILD b/PKGBUILD
index ad41c64d12a8..488c82cd4893 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
# Contributor: Dino Morelli <dino@ui3.info>
pkgname=hlint-static-git
-pkgver=3.2.7.r19.g3d3c82c6
+pkgver=3.2.7.r23.g9c8b9030
pkgrel=1
pkgdesc='Haskell source code suggestions'
arch=('x86_64')
url="https://github.com/ndmitchell/hlint"
license=('BSD')
-depends=('git' 'stack' 'gmp')
+makedepends=('git' 'stack')
+depends=('gmp')
provides=('hlint')
conflicts=('hlint' 'hlint-bin')
source=("${pkgname}::git+${url}")