summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Jenkins2017-12-14 17:22:29 +0000
committerAlan Jenkins2017-12-14 17:22:29 +0000
commit81ab0a7da2b334e96c314d925877baaf60f5b5c6 (patch)
tree5b7998fdc18d6b436f7e72c00a773107fc5b5fcd
parente4c3b052363e2841a3afee938dc2eeea7bee4f08 (diff)
downloadaur-81ab0a7da2b334e96c314d925877baaf60f5b5c6.tar.gz
Update to 0.5.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD15
2 files changed, 5 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8817027ae98..0d4565e16e66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tflint
pkgdesc = A linter for Terraform code
- pkgver = 0.4.2
+ pkgver = 0.5.3
pkgrel = 1
url = https://github.com/wata727/tflint
arch = i686
@@ -8,8 +8,8 @@ pkgbase = tflint
license = MIT
makedepends = go
depends = glibc
- source = https://github.com/wata727/tflint/releases/download/v0.4.2/tflint_linux_386.zip
- md5sums = df8da5a1a615ae68bdc9ac8b94dd64f1
+ source = https://github.com/wata727/tflint/releases/download/v0.5.3/tflint_linux_386.zip
+ md5sums = b6128ede8359ecd6b0deadf9c7544b23
pkgname = tflint
diff --git a/PKGBUILD b/PKGBUILD
index 340a1358da06..77488309baee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alan Jenkins <alan.james.jenkins@gmail.com>
pkgname=tflint
-pkgver=0.4.2
+pkgver=0.5.3
pkgrel=1
pkgdesc="A linter for Terraform code"
arch=('i686' 'x86_64')
@@ -11,21 +11,10 @@ license=('MIT')
depends=('glibc')
makedepends=('go')
source=("https://${_vendor}/releases/download/v${pkgver}/tflint_linux_386.zip")
-md5sums=('df8da5a1a615ae68bdc9ac8b94dd64f1')
+md5sums=('b6128ede8359ecd6b0deadf9c7544b23')
_vendorpath="gopath/src/$_vendor"
-# prepare() {
-# mkdir -p $_vendorpath
-# mv -T $pkgname-$pkgver $_vendorpath
-# }
-
-# build() {
-# export GOPATH="$srcdir/gopath"
-# cd $_vendorpath
-# go build -o bin/$pkgname
-# }
-
package() {
cd $srcdir
install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname