summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e96587b974bf..621978227993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=ansible-review
-pkgver=0.13.6
-pkgrel=2
+pkgver=1.13.8
+pkgrel=1
pkgdesc="Reviews Ansible playbooks, roles and inventory and suggests improvements."
url="https://github.com/willthames/ansible-review"
depends=('ansible-lint' 'python-yaml' 'python-appdirs' 'python-unidiff' 'flake8')
@@ -10,7 +10,7 @@ makedepends=('python2-nose')
license=('MIT')
arch=('any')
source=("https://github.com/willthames/ansible-review/archive/v${pkgver}.tar.gz")
-sha256sums=('74ec3039ab1b8320284dfdd824234b7fb9045c8160eb9d726adf4077c3cbe2fe')
+sha256sums=('361d457b74543276fdcac6aff50dc0aac50013e39eb788cc9092483be37fd283')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"