community/uncrustify: fix crash

This commit is contained in:
André Klitzing 2021-05-17 09:06:54 +02:00 committed by A. Klitzing
parent 8133f33db0
commit 7c150a48ef

View File

@ -1,14 +1,16 @@
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=uncrustify
pkgver=0.73.0
pkgrel=0
pkgrel=1
pkgdesc="Source code beautifier"
url="https://github.com/uncrustify/uncrustify"
arch="all"
license="GPL-2.0-or-later"
makedepends="cmake python3"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/uncrustify/uncrustify/archive/uncrustify-$pkgver.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/uncrustify/uncrustify/archive/uncrustify-$pkgver.tar.gz
https://github.com/uncrustify/uncrustify/commit/dc32269e659cebaa6c3a199976fbf8cf616c7b29.patch
"
builddir="$srcdir/uncrustify-uncrustify-$pkgver"
build() {
@ -31,4 +33,5 @@ package() {
sha512sums="
24b7eb2a76e2dcfca64223df40a434fcdcc281f5937cbf5e78832deb7716ee01b596aedff473af1e3023b33914357582500e4954f4ded009684bc4fb700e64d9 uncrustify-0.73.0.tar.gz
0a9dff2b78cffbf94c31cc629f7167cd5447a46ceee54ab4772780525b65b36147a675eb4400f032d1a2d23503ae6cc7838cc96dcb8737e97cc74dca9cdfa30f dc32269e659cebaa6c3a199976fbf8cf616c7b29.patch
"