summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJameson Pugh2018-10-04 09:30:35 -0400
committerJameson Pugh2018-10-04 09:30:35 -0400
commitb248ba6cf46b1e289cf5f2f0cebf77e0229aff19 (patch)
tree3796d6af43cebd7c84f835824b675b5b0c4c0307 /PKGBUILD
parentcd79a25432166738ac88da2f7e6226fb8d32da01 (diff)
downloadaur-ansible-review.tar.gz
1.13.8
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}"