summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Quirk2015-07-08 22:04:08 +0200
committerRichard Quirk2015-07-08 22:04:08 +0200
commit3fcc775cd034fea89c0d3d041f95edd5d0b858bd (patch)
treeb54172677756bacaf0f88916442b1f23f8c13104
parentce7a8c504ca35e3a8648eb92630baaf60a93e6aa (diff)
downloadaur-3fcc775cd034fea89c0d3d041f95edd5d0b858bd.tar.gz
update to 1.3.2
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33a1fe14d480..6eae92a533df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=cmake-lint
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=1
pkgdesc="Check for coding style issues in CMake files"
arch=('any')
@@ -8,7 +8,7 @@ license=('APACHE')
depends=('python')
makedepends=('python-setuptools')
source=("https://github.com/richq/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('0c333de7351e2fc72a4a7bb247ed6712')
+md5sums=('b77970daeed473b78cc86d07e580ba96')
build() {
cd "$srcdir/$pkgname-$pkgver"