diff options
-rw-r--r-- | nonsystemd/filesystem/PKGBUILD | 5 | ||||
-rw-r--r-- | nonsystemd/your-initfreedom/PKGBUILD | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/nonsystemd/filesystem/PKGBUILD b/nonsystemd/filesystem/PKGBUILD index c6f4dedc0..31ac426e1 100644 --- a/nonsystemd/filesystem/PKGBUILD +++ b/nonsystemd/filesystem/PKGBUILD @@ -3,15 +3,14 @@ # Contributor (Arch): Tom Gundersen <teg@jklm.no> pkgname=filesystem -pkgver=2019.05 -pkgrel=2 +pkgver=2019.10 +pkgrel=1 pkgrel+=.par1 pkgrel+=.nonsystemd2 pkgdesc='Base Parabola GNU/Linux-libre files' arch=('x86_64' 'i686' 'armv7h' 'ppc64le') license=('GPL') url='https://www.parabola.nu' -groups=('base') depends=('iana-etc') replaces=(filesystem-parabola) conflicts=(filesystem-parabola) diff --git a/nonsystemd/your-initfreedom/PKGBUILD b/nonsystemd/your-initfreedom/PKGBUILD index 64cdd64a6..02c2a6228 100644 --- a/nonsystemd/your-initfreedom/PKGBUILD +++ b/nonsystemd/your-initfreedom/PKGBUILD @@ -1,15 +1,14 @@ # Maintainer: Parabola Project <dev@lists.parabola.nu> pkgname=your-initfreedom -pkgdesc="This package will remove support for systemd." +pkgdesc="This package conflicts with every package known to work only for/with systemd." license=('GPL3') url="https://git.parabola.nu/blacklist.git" -pkgver=20181116 +pkgver=20191030 _gitver=b2c69d114255015c1881cea5ed45b0d6c2ec7932 pkgrel=1 arch=('any') -groups=('base-openrc') install=${pkgname}.install makedepends=(librelib) |