diff options
-rw-r--r-- | pkgs-root/APKBUILD | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/pkgs-root/APKBUILD b/pkgs-root/APKBUILD index c9836fb..7e3ea57 100644 --- a/pkgs-root/APKBUILD +++ b/pkgs-root/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Karel Kočí <cynerd@email.cz> # Maintainer: Karel Kočí <cynerd@email.cz> pkgname=pkgs-root -pkgver=0.3.17 +pkgver=0.3.18 pkgrel=1 pkgdesc="Personal root package" url="https://git.cynerd.cz/alpine-personal-pkgs/" @@ -19,7 +19,6 @@ subpackages=" $pkgname-mpd:mpd $pkgname-kodi:kodi $pkgname-host-lipwig:host_lipwig - $pkgname-host-public:host_public $pkgname-host-mpd-home:host_mpd_home $pkgname-host-mpd-prg:host_mpd_prg $pkgname-host-print:host_print @@ -145,19 +144,6 @@ host_lipwig() { mkdir -p "$pkgdir-host-lipwig" } -host_public() { - depends=" - $pkgname-virtual - - lighttpd certbot - - git git-daemon gitolite cgit - - alpine-sdk py-virtualenv - " - mkdir -p "$pkgdir-host-public" -} - host_mpd_home() { depends=" $pkgname-rpi2 |