summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Quirk2016-04-14 21:43:40 +0200
committerRichard Quirk2016-04-14 21:43:40 +0200
commite5be48e8e1be76680021195a2418f68a06d8a9aa (patch)
treeac18817a6bba2a3201ea4f10d53394979e6022bc
parent214da950eff066ee978d17fa18448e295d941562 (diff)
downloadaur-e5be48e8e1be76680021195a2418f68a06d8a9aa.tar.gz
Update to 1.3.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9021f87c708b..6a7764f86480 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
-# Generated by makepkg 5.0.0
-# Sun Feb 14 16:31:16 UTC 2016
+# Generated by mksrcinfo v8
+# Thu Apr 14 19:43:23 UTC 2016
pkgbase = cmake-lint
pkgdesc = Check for coding style issues in CMake files
- pkgver = 1.3.4
+ pkgver = 1.3.4.1
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.tar.gz
+ source = https://github.com/richq/cmake-lint/archive/v1.3.4.1.tar.gz
md5sums = 81bbc87d65a27a88a5121f58843d4c8c
pkgname = cmake-lint
diff --git a/PKGBUILD b/PKGBUILD
index aae1aa95047a..002d06ce6312 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=cmake-lint
-pkgver=1.3.4
+pkgver=1.3.4.1
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=('81bbc87d65a27a88a5121f58843d4c8c')
+md5sums=('960df861a984e721df08e2c57eb18e36')
build() {
cd "$srcdir/$pkgname-$pkgver"