summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2f094c4c25f..e1b24f5ca57c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pkg=tflint
pkgname=${_pkg}-bin
pkgver=0.12.1
-pkgrel=1
+pkgrel=2
pkgdesc="A linter for Terraform code"
arch=('x86_64')
-url="https://github.com/wata727/${_pkg}"
+url="https://github.com/terraform-linters/${_pkg}"
license=('MIT')
depends=('glibc')
makedepends=('zip')