diff --git a/main/postmarketos-ui-console/APKBUILD b/main/postmarketos-ui-console/APKBUILD index ed940ee35..35b091edd 100644 --- a/main/postmarketos-ui-console/APKBUILD +++ b/main/postmarketos-ui-console/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Clayton Craft pkgname=postmarketos-ui-console pkgver=0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Console environment, with no graphical/touch UI" url="https://postmarketos.org/" arch="noarch" @@ -10,6 +10,7 @@ depends=" dnsmasq networkmanager postmarketos-base-ui + wireless-tools " options="!check" # No testsuite install="$pkgname.post-install $pkgname.post-upgrade"