summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobin2016-11-29 07:45:03 +0000
committerrobin2016-11-29 07:45:03 +0000
commit286ce0f911e7e842d34b952d0c57193e63aef451 (patch)
tree216d74012ab26415aec57b277f6aa313f8f1d422
parentd5f7a2901f3ba70854c1505a38bd14a4b9724281 (diff)
downloadaur-286ce0f911e7e842d34b952d0c57193e63aef451.tar.gz
add makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94e3b4237c21..fa75dbd51b80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = mkinitcpio-nosystemd
pkgdesc = Modular initramfs image creation utility
pkgver = 22
- pkgrel = 1
+ pkgrel = 2
url = https://projects.archlinux.org/mkinitcpio.git/
install = mkinitcpio.install
arch = any
license = GPL
+ makedepends = asciidoc
depends = awk
depends = mkinitcpio-busybox>=1.19.4-2
depends = kmod
@@ -22,7 +23,7 @@ pkgbase = mkinitcpio-nosystemd
optdepends = lzop: Use lzo compression for the initramfs image
optdepends = lz4: Use lz4 compression for the initramfs image
optdepends = mkinitcpio-nfs-utils: Support for root filesystem on NFS
- provides = mkinitcpio=22-1
+ provides = mkinitcpio=22-2
conflicts = mkinitcpio
backup = etc/mkinitcpio.conf
source = https://sources.archlinux.org/other/mkinitcpio/mkinitcpio-22.tar.gz
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'