summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2021-05-03 00:56:28 +0430
committerGitHub2021-05-03 00:56:28 +0430
commit6c3a8fd02743b98de821ac3a78a60e45f37d8e8c (patch)
treedd255cd75d3a663e31657d97f1bc06fdcc240177
parente85b73c2ffa2a28f42c505a928762f680e2c6df2 (diff)
downloadaur-6c3a8fd02743b98de821ac3a78a60e45f37d8e8c.tar.gz
remove libgmp-static from makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf6585fe1ab3..cb978f66e48c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = hadolint-git
pkgdesc = Dockerfile linter, validate inline bash
- pkgver = 2.1.0.r0.g85a5357
+ pkgver = 2.3.0.r2.g4b949a8
pkgrel = 1
url = https://github.com/hadolint/hadolint
arch = any
license = GPL
makedepends = git
makedepends = stack
- makedepends = libgmp-static
provides = hadolint
source = git+https://github.com/hadolint/hadolint.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 061afc46465e..214a41e7afaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=hadolint
pkgname=hadolint-git
-pkgver=2.1.0.r0.g85a5357
+pkgver=2.3.0.r2.g4b949a8
pkgrel=1
pkgdesc='Dockerfile linter, validate inline bash'
url='https://github.com/hadolint/hadolint'
@@ -11,7 +11,7 @@ license=('GPL')
source=('git+https://github.com/hadolint/hadolint.git')
sha256sums=('SKIP')
arch=('any')
-makedepends=('git' 'stack' 'libgmp-static')
+makedepends=('git' 'stack')
provides=('hadolint')
pkgver() {
@@ -27,7 +27,7 @@ package() {
cd "${srcdir}/${_pkgname}"
# Build
- stack build hadolint
+ stack build hadolint --flag hadolint:-static
# Install the program.
install -Dm755 .stack-work/install/*/*/*/bin/hadolint "${pkgdir}/usr/bin/hadolint"