diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/filesystem/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/systemd/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD index b292769d4..511cfeb27 100644 --- a/libre/filesystem/PKGBUILD +++ b/libre/filesystem/PKGBUILD @@ -8,7 +8,7 @@ pkgname=filesystem pkgver=2018.8 pkgrel=1.parabola1 pkgdesc='Base Parabola GNU/Linux-libre files' -arch=('i686' 'x86_64' 'armv7h') +arch=('i686' 'x86_64' 'armv7h' 'ppc64le') license=('GPL') url='https://www.parabola.nu' groups=('base') diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index ff615063a..664ac504f 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -16,7 +16,7 @@ pkgver=239.2 pkgrel=1 pkgrel+=.parabola1 arch=('x86_64') -arch+=('i686' 'armv7h') +arch+=('i686' 'armv7h' 'ppc64le') url='https://www.github.com/systemd/systemd' makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' 'intltool' 'iptables' 'kmod' 'libcap' 'libidn2' 'libgcrypt' |