summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Quirk2016-04-14 21:43:40 +0200
committerRichard Quirk2016-04-14 21:43:40 +0200
commite5be48e8e1be76680021195a2418f68a06d8a9aa (patch)
treeac18817a6bba2a3201ea4f10d53394979e6022bc /PKGBUILD
parent214da950eff066ee978d17fa18448e295d941562 (diff)
downloadaur-e5be48e8e1be76680021195a2418f68a06d8a9aa.tar.gz
Update to 1.3.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"