summaryrefslogtreecommitdiff
path: root/nonsystemd/mkinitcpio/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'nonsystemd/mkinitcpio/PKGBUILD')
-rw-r--r--nonsystemd/mkinitcpio/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/nonsystemd/mkinitcpio/PKGBUILD b/nonsystemd/mkinitcpio/PKGBUILD
index baa065149..e7ea3675a 100644
--- a/nonsystemd/mkinitcpio/PKGBUILD
+++ b/nonsystemd/mkinitcpio/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mkinitcpio
pkgver=25
-pkgrel=1
+pkgrel=2
pkgrel+=.nonsystemd1
pkgdesc="Modular initramfs image creation utility"
arch=('any')
@@ -18,6 +18,7 @@ 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=('initramfs')
backup=('etc/mkinitcpio.conf')
source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
nosystemd.patch)