aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2021-05-17 09:06:54 +0200
committerA. Klitzing <aklitzing@gmail.com>2021-05-17 10:33:48 +0000
commit7c150a48ef4e1784bacc1a28e4fb6c6eb6724e7b (patch)
tree418a439b750add1b7d7d96b9a50245fb13103014
parent8133f33db099c05521677599d7bfe204b24166f4 (diff)
community/uncrustify: fix crash
-rw-r--r--community/uncrustify/APKBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/uncrustify/APKBUILD b/community/uncrustify/APKBUILD
index 37851b30700..00f6e96134f 100644
--- a/community/uncrustify/APKBUILD
+++ b/community/uncrustify/APKBUILD
@@ -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
"