summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Quirk2016-12-01 10:55:06 +0100
committerRichard Quirk2016-12-01 10:55:06 +0100
commit2fa40a8a16842eb1f83817d4de5796fc62e4c502 (patch)
tree98e01e4a309306fd29c31ac25aee5df1e1395490 /PKGBUILD
parente5be48e8e1be76680021195a2418f68a06d8a9aa (diff)
downloadaur-2fa40a8a16842eb1f83817d4de5796fc62e4c502.tar.gz
Update to latest version 1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 002d06ce6312..be212958286d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=cmake-lint
-pkgver=1.3.4.1
+pkgver=1.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=('960df861a984e721df08e2c57eb18e36')
+md5sums=('ab453e14929ccfb31ff610f5d953ce79')
build() {
cd "$srcdir/$pkgname-$pkgver"