summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8910cef8ff8a..6cbe6460b133 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by makepkg 4.2.1
-# Sun Jul 26 12:23:02 UTC 2015
pkgbase = cmake-lint
pkgdesc = Check for coding style issues in CMake files
- pkgver = 1.3.2
+ pkgver = 1.3.3
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.2.tar.gz
+ source = https://github.com/richq/cmake-lint/archive/v1.3.3.tar.gz
md5sums = b77970daeed473b78cc86d07e580ba96
pkgname = cmake-lint
diff --git a/PKGBUILD b/PKGBUILD
index 6eae92a533df..35201e9b2e0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=cmake-lint
-pkgver=1.3.2
+pkgver=1.3.3
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=('b77970daeed473b78cc86d07e580ba96')
+md5sums=('cb7dd4b403c2d5a1a989b9a15944950e')
build() {
cd "$srcdir/$pkgname-$pkgver"