summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrobin@reportlab.com2016-02-19 17:15:06 +0000
committerrobin@reportlab.com2016-02-19 17:15:06 +0000
commitfa5a16445bc9848d2f5cdc494ca818315d127968 (patch)
treeb2dca9009c280eb87877d0d57a3aa4dd92195e01 /PKGBUILD
parentc5e0e6f5175745c33c24fa5df2898f6e9127dd90 (diff)
downloadaur-fa5a16445bc9848d2f5cdc494ca818315d127968.tar.gz
fix missing provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6784a0a8cf4e..b61f092d637c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,6 +18,8 @@ optdepends=('xz: Use lzma or xz compression for the initramfs image'
'lzop: Use lzo compression for the initramfs image'
'lz4: Use lz4 compression for the initramfs image'
'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+provides=("mkinitcpio=${pkgver}-${pkgrel}")
+conflicts=('mkinitcpio')
backup=('etc/mkinitcpio.conf')
source=("https://sources.archlinux.org/other/${pkgname%-nosystemd}/${pkgname%-nosystemd}-$pkgver.tar.gz"{,.sig}
'remove-systemd.patch'