diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-01-07 12:03:14 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-01-07 12:03:14 -0500 |
commit | e138624321ebf0a120cbb5d483a1ba86c11639b1 (patch) | |
tree | 761f73791607cb88af49e187243501dc342cef63 /libre | |
parent | 48f33499b05e47d4d13afb9facfc04245533eb04 (diff) | |
download | abslibre-e138624321ebf0a120cbb5d483a1ba86c11639b1.tar.gz abslibre-e138624321ebf0a120cbb5d483a1ba86c11639b1.tar.bz2 abslibre-e138624321ebf0a120cbb5d483a1ba86c11639b1.zip |
systemd-236.0-2.parabola2: rebuild
Diffstat (limited to 'libre')
-rw-r--r-- | libre/systemd/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index 58371fdbf..2be614b55 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -15,7 +15,7 @@ _commit='a1b2c92d8290c76a29ccd0887a92ac064e1bb5a1' # the commit count is handled by pkgver() function. pkgver=236.0 pkgrel=2 -pkgrel+=.parabola1 +pkgrel+=.parabola2 arch=('x86_64') arch+=('i686' 'armv7h') url="https://www.github.com/systemd/systemd" @@ -214,7 +214,6 @@ package_systemd() { depends=('acl' 'bash' 'cryptsetup' 'dbus' 'iptables' 'kbd' 'kmod' 'hwids' 'libcap' 'libgcrypt' 'libsystemd' 'libidn' 'lz4' 'pam' 'libelf' 'libseccomp' 'util-linux' 'xz') - depends_i686=('cryptsetup=1.7.5') provides=("systemd-tools=$pkgver" "udev=$pkgver") replaces=('systemd-tools' 'udev') conflicts=('systemd-tools' 'udev') |