summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Quirk2016-12-01 10:55:06 +0100
committerRichard Quirk2016-12-01 10:55:06 +0100
commit2fa40a8a16842eb1f83817d4de5796fc62e4c502 (patch)
tree98e01e4a309306fd29c31ac25aee5df1e1395490
parente5be48e8e1be76680021195a2418f68a06d8a9aa (diff)
downloadaur-2fa40a8a16842eb1f83817d4de5796fc62e4c502.tar.gz
Update to latest version 1.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a7764f86480..e5096d0f8358 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Apr 14 19:43:23 UTC 2016
+# Thu Dec 1 09:54:27 UTC 2016
pkgbase = cmake-lint
pkgdesc = Check for coding style issues in CMake files
- pkgver = 1.3.4.1
+ pkgver = 1.4
pkgrel = 1
url = http://github.com/richq/cmake-lint/
arch = any
license = APACHE
makedepends = python-setuptools
depends = python
- source = https://github.com/richq/cmake-lint/archive/v1.3.4.1.tar.gz
- md5sums = 81bbc87d65a27a88a5121f58843d4c8c
+ source = https://github.com/richq/cmake-lint/archive/v1.4.tar.gz
+ md5sums = ab453e14929ccfb31ff610f5d953ce79
pkgname = cmake-lint
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"