summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cbe6460b133..9021f87c708b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by makepkg 5.0.0
+# Sun Feb 14 16:31:16 UTC 2016
pkgbase = cmake-lint
pkgdesc = Check for coding style issues in CMake files
- pkgver = 1.3.3
+ pkgver = 1.3.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.3.tar.gz
- md5sums = b77970daeed473b78cc86d07e580ba96
+ source = https://github.com/richq/cmake-lint/archive/v1.3.4.tar.gz
+ md5sums = 81bbc87d65a27a88a5121f58843d4c8c
pkgname = cmake-lint
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"