summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Quirk2015-09-16 20:36:23 +0200
committerRichard Quirk2015-09-16 20:36:23 +0200
commitdb809946b193eebbde1166e74ad70686ace7a3be (patch)
tree945dc5d2bde5fcee0532d8700b53f124e4fdb5ee /PKGBUILD
parent4185a610131db67c9ca5dffe52abbf87e751b219 (diff)
downloadaur-db809946b193eebbde1166e74ad70686ace7a3be.tar.gz
Version 1.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"