diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-21 19:33:17 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-02-26 20:52:51 +0000 |
commit | da1f6ba2ed260a984c7b350e4727f5d9dfa25d10 (patch) | |
tree | 51f34cef7cd13b1b23b92002f6a6bc41c012cedc /main/heimdal/APKBUILD | |
parent | 3154f29478850e75c93e0b4a2350acf8e883e9cc (diff) | |
download | aports-da1f6ba2ed260a984c7b350e4727f5d9dfa25d10.tar.bz2 aports-da1f6ba2ed260a984c7b350e4727f5d9dfa25d10.tar.xz |
main/heimdal: Split OpenRC scripts
Diffstat (limited to 'main/heimdal/APKBUILD')
-rw-r--r-- | main/heimdal/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/heimdal/APKBUILD b/main/heimdal/APKBUILD index 33602643ec..8a2af02ea0 100644 --- a/main/heimdal/APKBUILD +++ b/main/heimdal/APKBUILD @@ -3,7 +3,7 @@ pkgname=heimdal pkgver=7.5.0 _ver=${pkgver/_rc/rc} -pkgrel=0 +pkgrel=1 pkgdesc="An implementation of Kerberos 5" arch="all" url="http://www.h5l.org/" @@ -14,7 +14,7 @@ makedepends="$depends_dev autoconf automake bash gawk libtool ncurses-dev perl readline-dev sqlite-dev texinfo perl-json" install= options="suid !check" #FIXME: FAIL: snprintf-test -subpackages="$pkgname-doc $pkgname-dev $pkgname-libs" +subpackages="$pkgname-doc $pkgname-dev $pkgname-libs $pkgname-openrc" source="https://github.com/heimdal/heimdal/releases/download/heimdal-$pkgver/heimdal-$pkgver.tar.gz heimdal-kadmind.initd heimdal-kdc.initd |