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

Tobias Powalowski tpowa at archlinux.org
Fri Jul 17 19:44:53 UTC 2020


    Date: Friday, July 17, 2020 @ 19:44:52
  Author: tpowa
Revision: 392036

upgpkg: archboot 2020.07-2: bump to latest version, fixed depends more to come soon

Modified:
  archboot/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-17 16:53:19 UTC (rev 392035)
+++ PKGBUILD	2020-07-17 19:44:52 UTC (rev 392036)
@@ -2,12 +2,12 @@
 # Maintainer : Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=archboot
-pkgver=2019.03
-pkgrel=1
+pkgver=2020.07
+pkgrel=2
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')
-url="https://www.archlinux.org/"
+url="http://www.archlinux.org/"
 depends=('mkinitcpio>=0.8.5-1' 'mksyslinux>=2010.08-2' 'mkpxelinux>=2010.08-2' 'mkisolinux>=2010.08-2'
          'subversion>=1.7.4-1' 'wget>=1.13.4-1' 'bash>=4.2.024-2' 'coreutils>=8.15-1'
          'cryptsetup>=1.4.1-1' 'dialog>=1.1_20120215-1' 'e2fsprogs>=1.42.1-1' 'findutils>=4.4.2-4' 'gawk>=4.0.0-2'
@@ -19,7 +19,7 @@
          'memtest86+>=4.20-2' 'inetutils>=1.9.1-1' 'openssh>=5.9p1-8' 'hwdetect>=2012.01-1' 'shadow>=4.1.5-4' 
 	 'bridge-utils>=1.5-1' 'ifenslave>=1.1.0-7' 'links>=2.5-1' 'dosfstools>=3.0.12-1'
          'glibc>=2.15-7' 'linux-api-headers>=3.1.6-1' 'linux>=3.2.13-1'
-         'kexec-tools>=2.0.2-4' 'ppp>=2.4.5-3' 'rp-pppoe>=3.10-7' 'iptables>=1.4.12.2-1' 'isdn4k-utils>=3.20-1'
+         'kexec-tools>=2.0.2-4' 'ppp>=2.4.5-3' 'rp-pppoe>=3.10-7' 'iptables>=1.4.12.2-1' 
          'ntfs-3g>=2012.1.15-1' 'pciutils>=3.1.9-1' 'usbutils>=005-1' 'vpnc>=0.5.3.svn516-1' 'openvpn>=2.2.2-1'
 	 'b43-fwcutter>=015-1' 'wpa_supplicant>=0.7.3-5' 'rsync>=3.0.9-2' 'gzip>=1.4-4' 'libarchive>=3.0.3-5'
 	 'device-mapper>=2.02.95-1' 'screen>=4.0.3-13' 'elfutils>=0.152-2' 'pam>=1.1.5-2' 'cracklib>=2.8.18-2'
@@ -46,21 +46,20 @@
 	 'systemd-sysvcompat>=188-2' 'arch-wiki-lite>=20120619-1'
          'intel-ucode>=20120606-1' 'arch-install-scripts>=5-1' 'zsh>=5.0.0-2' 'gdbm>=1.10-1'
          'grml-zsh-config>=0.6.2-1' 'cpupower>=3.5-4' 'wvdial>=1.61-4' 'xl2tpd>=1.3.0-2' 'usb_modeswitch>=1.2.4-1'
-         'refind-efi>=0.4.5-1' 'efibootmgr>=0.6.0-3' 'f2fs-tools>=1.1.0-2' 'efitools>=1.7.0' 
+         'refind' 'efibootmgr>=0.6.0-3' 'f2fs-tools>=1.1.0-2' 'efitools>=1.7.0' 
          'lockdown-ms>=20130326-1' 'efivar>=0.4_18_gb8c524c-1' 'ethtool>=1:3.13-1' 'exfat-utils>=1.2.4-1' 'broadcom-wl' 'fuse3')     
 
-source=(https://git.archlinux.org/archboot.git/snapshot/${pkgname}-${pkgver}-${pkgrel}.tar.xz)
+source=(https://git.archlinux.org/archboot.git/snapshot/${pkgname}-${pkgver}-${pkgrel}.tar.gz)
 backup=('etc/archboot/x86_64.conf'
         'etc/archboot/presets/x86_64'
 )
 install=archboot.install
-sha256sums=('bdc54fe3abf26222c3ca1ebbb630bbd43082c7c602a3f81e7673b25b4a85239d')
-
+sha256sums=('81a20d093432d8ce5444fc44be84939844d3b569e5ea66b142cf0061706afa0e')
 ### to bump the depends list use this:
 #for i in $(grep ^depends= PKGBUILD | sed  -e 's/depends=(//g' -e 's/)//g'); do sed -i -e "s/$(echo $i)/$(echo $i | sed -e "s/>=.*/>=$(pacman -Qi $(echo $i | sed -e "s/'//g" -e 's/>=.*//g') | grep ^Version | sed -e 's/.*: //g')'/g")/g" PKGBUILD; done
 
 package()
 {
-  cd "$srcdir"/$pkgname-$pkgver-1
+  cd "$srcdir"/$pkgname-$pkgver-$pkgrel
   mv * "$pkgdir/"
 }



More information about the arch-commits mailing list