Date: Tuesday, April 4, 2023 @ 15:46:10
  Author: dvzrv
Revision: 1434589

upgpkg: mkinitcpio-systemd-tool 37-3: Rebuild to add file to backup array.

Add /etc/mkinitcpio-systemd-tool/mkinitcpio-systemd-tool.conf to backup array 
(https://bugs.archlinux.org/task/78095).
Add bash as direct dependency.
Remove unnecessary quotes.

Modified:
  mkinitcpio-systemd-tool/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-04 15:01:16 UTC (rev 1434588)
+++ PKGBUILD    2023-04-04 15:46:10 UTC (rev 1434589)
@@ -2,12 +2,13 @@
 
 pkgname=mkinitcpio-systemd-tool
 pkgver=37
-pkgrel=2
+pkgrel=3
 pkgdesc="Provisioning tool for systemd in initramfs (systemd-tool)"
 arch=(any)
 url="https://github.com/random-archer/mkinitcpio-systemd-tool";
 license=(Apache)
 depends=(
+  bash
   mkinitcpio
   systemd
 )
@@ -28,6 +29,7 @@
   etc/$pkgname/config/fstab
   etc/$pkgname/config/initrd-nftables.conf
   etc/$pkgname/config/initrd-util-usb-hcd.conf
+  etc/$pkgname/$pkgname.conf
   etc/$pkgname/network/initrd-network.network
 )
 source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
@@ -36,5 +38,5 @@
 
b2sums=('d5b6366de54c377b8d0afb23ca2d22809c65950ea53415793612a40cec8f3735d50e82203cb0951f5621d7ede905fe899382786e8a67cd70f5ec177ef36f3190')
 
 package() {
-  make DESTDIR="$pkgdir/" PREFIX='/usr' install -C $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" PREFIX=/usr install -C $pkgname-$pkgver
 }

Reply via email to