diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-09-24 02:39:50 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-09-24 02:40:19 -0300 |
commit | 61a433abd40c91f66431c057368392470498dba5 (patch) | |
tree | 59f75107450c2415256ef507574a3cf239d677ed /libre/systemd | |
parent | a6b9ff9c58bc06223c7298da7de2903dd63a46a2 (diff) | |
download | abslibre-61a433abd40c91f66431c057368392470498dba5.tar.gz abslibre-61a433abd40c91f66431c057368392470498dba5.tar.bz2 abslibre-61a433abd40c91f66431c057368392470498dba5.zip |
systemd: minor fix
Diffstat (limited to 'libre/systemd')
-rw-r--r-- | libre/systemd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index b036af1ac..fafda4b89 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -12,7 +12,7 @@ arch=('i686' 'x86_64' 'armv7h') url="http://www.freedesktop.org/wiki/Software/systemd" makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' 'intltool' 'iptables' 'kmod' 'libcap' 'libidn' 'libgcrypt' - 'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers' + 'libmicrohttpd' 'libxslt' 'util-linux' 'linux-libre-api-headers' 'python-lxml' 'quota-tools' 'shadow' 'git') makedepends_i686=('gnu-efi-libs') makedepends_x86_64=('gnu-efi-libs') |