[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

Giancarlo Razzolini grazzolini at archlinux.org
Mon Oct 7 03:38:56 UTC 2019


    Date: Monday, October 7, 2019 @ 03:38:56
  Author: grazzolini
Revision: 363984

upgpkg: mkinitcpio 26-1

This new release of mkinitcpio creates reproducible images by default,
as well as a new hookdir flag was introduced, that can be used to specify
where to look for hooks, instead of the default directory.

Modified:
  mkinitcpio/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-07 00:14:15 UTC (rev 363983)
+++ PKGBUILD	2019-10-07 03:38:56 UTC (rev 363984)
@@ -2,8 +2,8 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 
 pkgname=mkinitcpio
-pkgver=25
-pkgrel=2
+pkgver=26
+pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
 url="https://projects.archlinux.org/mkinitcpio.git/"
@@ -19,10 +19,11 @@
 backup=('etc/mkinitcpio.conf')
 source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 install=mkinitcpio.install
-sha256sums=('e14056a9c460d15652e99620bce4308d4dd9309f82c152c4b52287e697fab599'
+sha256sums=('d1c3038f538f8e2e57333050463b79884de6f29f4b4ec4f26d1bdeaa620215c1'
             'SKIP')
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'   # Dave Reisner
-              '86CFFCA918CF3AF47147588051E8B148A9999C34')  # Evangelos Foutras
+              '86CFFCA918CF3AF47147588051E8B148A9999C34'   # Evangelos Foutras
+              'ECCAC84C1BA08A6CC8E63FBBF22FB1D78A77AEAB')  # Giancarlo Razzolini
 
 check() {
   make -C "$pkgname-$pkgver" check



More information about the arch-commits mailing list