diff --git a/community/aspcud/APKBUILD b/community/aspcud/APKBUILD index 40709543bdb837f99a7018e20ce6ffbde4f9f15f..cb816f714ce7594dff902607f8c1707ead4aaa8f 100644 --- a/community/aspcud/APKBUILD +++ b/community/aspcud/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Anil Madhavapeddy <anil@recoil.org> pkgname=aspcud pkgver=1.9.4 -pkgrel=3 +pkgrel=4 pkgdesc="Package dependency solver" url="https://potassco.org/aspcud/" arch="all" license="MIT" -depends="boost clingo clasp" +depends="boost clingo" makedepends="boost-dev cmake re2c" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/potassco/aspcud/archive/v$pkgver.tar.gz"