summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrobin2016-11-29 07:45:03 +0000
committerrobin2016-11-29 07:45:03 +0000
commit286ce0f911e7e842d34b952d0c57193e63aef451 (patch)
tree216d74012ab26415aec57b277f6aa313f8f1d422 /PKGBUILD
parentd5f7a2901f3ba70854c1505a38bd14a4b9724281 (diff)
downloadaur-286ce0f911e7e842d34b952d0c57193e63aef451.tar.gz
add makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0666fd7a6037..3a15c467e08e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,14 @@
pkgname=mkinitcpio-nosystemd
pkgver=22
-pkgrel=1
+pkgrel=2
pkgdesc="Modular initramfs image creation utility"
arch=('any')
url="https://projects.archlinux.org/mkinitcpio.git/"
license=('GPL')
depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.23' 'libarchive'
'coreutils' 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'gzip')
+makedepends=('asciidoc')
optdepends=('xz: Use lzma or xz compression for the initramfs image'
'bzip2: Use bzip2 compression for the initramfs image'
'lzop: Use lzo compression for the initramfs image'