summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Quirk2016-02-14 17:32:11 +0100
committerRichard Quirk2016-02-14 17:32:11 +0100
commit214da950eff066ee978d17fa18448e295d941562 (patch)
treed1c5e6763dcbd0f6c53e2404e1e53acd8f8c15e1 /PKGBUILD
parentdb809946b193eebbde1166e74ad70686ace7a3be (diff)
downloadaur-214da950eff066ee978d17fa18448e295d941562.tar.gz
Update to v1.3.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35201e9b2e0e..aae1aa95047a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=cmake-lint
-pkgver=1.3.3
+pkgver=1.3.4
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=('cb7dd4b403c2d5a1a989b9a15944950e')
+md5sums=('81bbc87d65a27a88a5121f58843d4c8c')
build() {
cd "$srcdir/$pkgname-$pkgver"