summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a7d37e64d2b..aabd876be4ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,14 @@
+# Generated by mksrcinfo v8
+# Mon Apr 24 09:23:08 UTC 2017
pkgbase = mkinitcpio-git
pkgdesc = Modular initramfs image creation utility - git checkout
- pkgver = 0.14.0.r0.g5294b46
+ pkgver = 23.r2.g91b2125
pkgrel = 1
url = http://www.archlinux.org/
arch = any
license = GPL
+ makedepends = git
+ makedepends = asciidoc
depends = awk
depends = mkinitcpio-busybox
depends = kmod
diff --git a/PKGBUILD b/PKGBUILD
index 58c84f3b092a..e3fc79273df1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Thomas Bächler <thomas@archlinux.org> ([core] package)
pkgname=mkinitcpio-git
-pkgver=0.14.0.r0.g5294b46
+pkgver=23.r2.g91b2125
pkgrel=1
pkgdesc='Modular initramfs image creation utility - git checkout'
arch=('any')
@@ -15,6 +15,7 @@ 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'
'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+makedepends=('git' 'asciidoc')
provides=('mkinitcpio')
conflicts=('mkinitcpio')
backup=('etc/mkinitcpio.conf')