diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-15 15:59:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-15 15:59:53 +0000 |
commit | 8dd2436f00a1c92c66a7d9719e8a17340ce8d7fe (patch) | |
tree | ec12c31923dacb4915744ccb012c13dcf7b75c04 /community/uncrustify/APKBUILD | |
parent | 48a128796f164b4ba612958484542032789b5969 (diff) | |
download | aports-8dd2436f00a1c92c66a7d9719e8a17340ce8d7fe.tar.bz2 aports-8dd2436f00a1c92c66a7d9719e8a17340ce8d7fe.tar.xz |
community/uncrustify: disable failing test
Diffstat (limited to 'community/uncrustify/APKBUILD')
-rw-r--r-- | community/uncrustify/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/uncrustify/APKBUILD b/community/uncrustify/APKBUILD index 9169885329..8a72a1c8bc 100644 --- a/community/uncrustify/APKBUILD +++ b/community/uncrustify/APKBUILD @@ -1,14 +1,15 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=uncrustify pkgver=0.66 -pkgrel=0 +pkgrel=1 pkgdesc="A source code beautifier" url="https://github.com/uncrustify/uncrustify" arch="all" license="GPL2" makedepends="cmake python2" subpackages="$pkgname-doc" -source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" +source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz + skip-test.patch" builddir="$srcdir" build() { @@ -34,4 +35,5 @@ package() { make DESTDIR="$pkgdir" PREFIX=/usr install } -sha512sums="d1c243cd798db10e0dc51e89e48068480f406f9f399b6635ad7ef6d9a3b012df054574cd8361da98098dde23bc350d82bb309c5ac46676768ce1b7ba47122319 uncrustify-0.66.tar.gz" +sha512sums="d1c243cd798db10e0dc51e89e48068480f406f9f399b6635ad7ef6d9a3b012df054574cd8361da98098dde23bc350d82bb309c5ac46676768ce1b7ba47122319 uncrustify-0.66.tar.gz +c24ab53c5d0ae16358381ea7f820fa997b5660ad3d898aa1d6d764adbd6fc049ca1562830fd15c4020b39a6debd4de87793f55bee51cd0a50d95c9585f36620e skip-test.patch" |