aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sparse/APKBUILD
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2016-10-23 16:39:33 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2016-10-23 16:45:35 +0200
commitfff6f4c5c17ef28acaf047df432c9b8003302417 (patch)
treec63425c85885f8c6a0f83470ddd3ef08455dd6c6 /testing/sparse/APKBUILD
parenta3e3a29bdcaff516d8e03d2dac42ae9525941663 (diff)
testing/sparse: don't build sparse-llvm
Since it doesn't seem to work properly currently. Also depend on gcc to make cgcc work out of the box.
Diffstat (limited to 'testing/sparse/APKBUILD')
-rw-r--r--testing/sparse/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/sparse/APKBUILD b/testing/sparse/APKBUILD
index 66ad23cfcbb..775d2ae7b4a 100644
--- a/testing/sparse/APKBUILD
+++ b/testing/sparse/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=sparse
pkgver=0.5.0
-pkgrel=0
+pkgrel=1
pkgdesc="A semantic parser of source files"
url="http://sparse.wiki.kernel.org/"
arch="all"
license="MIT"
-depends=""
+depends="gcc"
depends_dev=""
-makedepends="libxml2-dev llvm-dev"
+makedepends="libxml2-dev"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="https://www.kernel.org/pub/software/devel/sparse/dist/$pkgname-$pkgver.tar.xz"