diff options
-rw-r--r-- | nonsystemd/base/PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nonsystemd/base/PKGBUILD b/nonsystemd/base/PKGBUILD index 192207f3c..4f5af6e99 100644 --- a/nonsystemd/base/PKGBUILD +++ b/nonsystemd/base/PKGBUILD @@ -6,7 +6,7 @@ pkgname=base pkgver=2 pkgrel=1 -pkgrel+=.nonsystemd1 +pkgrel+=.nonsystemd2 pkgdesc='Minimal package set to define a basic Parabola GNU/Linux-libre installation' url='https://www.parabola.nu' arch=('any') @@ -26,6 +26,9 @@ depends=( # networking, ping, etc 'iputils' 'iproute2' + + # parabola + 'your-freedom' ) optdepends=('linux-libre: bare metal support') |