From 6fbbcdad78e7d3d198e3a4856cee2970beebc0a7 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 18 May 2015 12:52:30 +0000 Subject: main/alpine-conf: require openrc newer than 0.13 fixes #4187 --- main/alpine-conf/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/alpine-conf/APKBUILD b/main/alpine-conf/APKBUILD index 92f69205d5..88280e2bcd 100644 --- a/main/alpine-conf/APKBUILD +++ b/main/alpine-conf/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa pkgname=alpine-conf pkgver=3.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="Alpine configuration management scripts" url=http://git.alpinelinux.org/cgit/$pkgname arch="all" license="GPL2" -depends="openrc" +depends="openrc>0.13" source="http://dev.alpinelinux.org/archive/alpine-conf/alpine-conf-$pkgver.tar.xz " -- cgit v1.2.3