diff options
author | André Klitzing <aklitzing@gmail.com> | 2017-05-19 09:28:10 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-24 14:25:09 +0200 |
commit | 56e6b3b3e98ef39fc007267e045f30400447249d (patch) | |
tree | 465c52c138f5aedc2d272f81d22d2878b62ee435 /community/uncrustify | |
parent | 3c79f7621aa64de29e6ff96969c0987f4367b518 (diff) | |
download | aports-56e6b3b3e98ef39fc007267e045f30400447249d.tar.bz2 aports-56e6b3b3e98ef39fc007267e045f30400447249d.tar.xz |
community/uncrustify: upgrade to 0.65
Diffstat (limited to 'community/uncrustify')
-rw-r--r-- | community/uncrustify/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/uncrustify/APKBUILD b/community/uncrustify/APKBUILD index 6fb73cfb35..0943a62edf 100644 --- a/community/uncrustify/APKBUILD +++ b/community/uncrustify/APKBUILD @@ -1,13 +1,13 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=uncrustify -pkgver=0.64 +pkgver=0.65 pkgrel=0 pkgdesc="A source code beautifier" url="https://github.com/uncrustify/uncrustify" arch="all" license="GPL2" -makedepends="cmake" +makedepends="cmake python2" subpackages="$pkgname-doc" source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir" @@ -30,6 +30,4 @@ package() { make DESTDIR="$pkgdir" PREFIX=/usr install } -md5sums="008904ca40d07c4b3d66c717d59cb65b uncrustify-0.64.tar.gz" -sha256sums="0fca05fe8bac2cd80bf3ed77378c82ffe365f37a3f80b8e0ca2dbb3c6e25f3d7 uncrustify-0.64.tar.gz" -sha512sums="27be7bceccab20d58ad8f7bb875f1270771f9c0994d6aac404743028ccb9002229d5f000d7cfb4264e66409581f7339b88e17e5ad9b8dd2e8817431268411a0f uncrustify-0.64.tar.gz" +sha512sums="c74e1b8d107ec54f95c70fa1e6a0418085dbdb8e1aab864ef459138191ee4da31230ff5ab706276d5717eb6caa6567a20a8aa82cb18d85560f41374a0a8dbadf uncrustify-0.65.tar.gz" |