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

Tobias Powalowski tpowa at nymeria.archlinux.org
Mon Jul 29 09:58:56 UTC 2013


    Date: Monday, July 29, 2013 @ 11:58:56
  Author: tpowa
Revision: 191700

upgpkg: archboot 2013.07-4

fix amd_ucode depend, bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-29 09:47:32 UTC (rev 191699)
+++ PKGBUILD	2013-07-29 09:58:56 UTC (rev 191700)
@@ -3,7 +3,7 @@
 
 pkgname=archboot
 pkgver=2013.07
-pkgrel=2
+pkgrel=4
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')
@@ -44,7 +44,7 @@
 	 'systemd>=185' 'archlinux-keyring>=20120529-1' 'haveged>=1.4-3' 
 	 'pambase>=20120602-1' 'chntpw>=110511-2' 'traceroute>=2.0.18' 'arch-wiki-lite>=20120619-1' 'grub>=2.00-1' 
 	 'systemd-sysvcompat>=188-2' 'arch-wiki-lite>=20120619-1'
-         'amd-ucode>=2012.01.17-3' 'intel-ucode>=20120606-1' 'arch-install-scripts>=5-1' 'zsh>=5.0.0-2' 'gdbm>=1.10-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'
          'gummiboot>=6' 'refind-efi>=0.4.5-1' 'efibootmgr>=0.6.0-3' 'f2fs-tools>=1.1.0-2' 'prebootloader>=20130206-1' 
          'lockdown-ms>=20130326-1' 'efivar>=0.4_18_gb8c524c-1')     
@@ -52,16 +52,16 @@
 source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver-$pkgrel.tar.bz2)
 backup=('etc/archboot/allinone.conf'
         'etc/archboot/default.conf'
-        'etc/archboot/default-ftp.conf'
+        'etc/archboot/default-network.conf'
         'etc/archboot/default-pxelinux.conf'
-        'etc/archboot/default-ftp-pxelinux.conf'
+        'etc/archboot/default-network-pxelinux.conf'
         'etc/archboot/presets/allinone'
         'etc/archboot/presets/isolinux'
-        'etc/archboot/presets/isolinux-ftp'
+        'etc/archboot/presets/isolinux-network'
         'etc/archboot/presets/syslinux'
-        'etc/archboot/presets/syslinux-ftp'
+        'etc/archboot/presets/syslinux-network'
         'etc/archboot/presets/pxelinux'
-        'etc/archboot/presets/pxelinux-ftp'
+        'etc/archboot/presets/pxelinux-network'
 )
 install=archboot.install
 
@@ -70,7 +70,7 @@
 
 package()
 {
-  cd "$srcdir"/$pkgname-$pkgver-2
+  cd "$srcdir"/$pkgname-$pkgver-4
   mv * "$pkgdir/"
 }
-md5sums=('e0f59b9c1652d67e74dd06419dfd5b3e')
+md5sums=('be6b7a20077575e6dbf4ed405ba30346')




More information about the arch-commits mailing list