diff options
Diffstat (limited to 'testing/outils')
-rw-r--r-- | testing/outils/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/outils/APKBUILD b/testing/outils/APKBUILD index 9a60f6a01e..1af1b4c208 100644 --- a/testing/outils/APKBUILD +++ b/testing/outils/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=outils pkgver=0.2 -pkgrel=0 +pkgrel=1 pkgdesc="Port of some non-standard OpenBSD tools to Linux" url="https://github.com/chneukirchen/outils" arch="all" license="BSD ISC" -depends="mcpp" +depends="" depends_dev="" makedepends="openssl-dev linux-headers" install="" |