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

Tobias Powalowski tpowa at archlinux.org
Mon Nov 5 14:06:46 UTC 2012


    Date: Monday, November 5, 2012 @ 09:06:45
  Author: tpowa
Revision: 170220

upgpkg: archboot 2012.10-2

fix #32384 remove systemd-arch-units depend

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-05 14:04:00 UTC (rev 170219)
+++ PKGBUILD	2012-11-05 14:06:45 UTC (rev 170220)
@@ -3,7 +3,7 @@
 
 pkgname=archboot
 pkgver=2012.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')
@@ -41,14 +41,14 @@
 	 'libssh2>=1.4.0-1' 'libedit>=20120311_3.0-1' 'talloc>=2.0.7-1' 'eventlog>=0.2.12-3' 'idnkit>=1.0-2' 'libjpeg-turbo>=1.2.0-1'
 	 'dmidecode>=2.11-2' 'pth>=2.0.7-4' 'gnupg>=2.0.19-1' 'libksba>=1.2.0-1' 'libassuan>=2.0.3-1' 'pinentry>=0.8.1-3'
 	 'dirmngr>=1.1.0-3'  'gpgme>=1.3.1-4' 'ldns>=1.6.12-2' 'dnssec-anchors>=20120422-1' 'hwids>=20120512-1'
-	 'systemd>=185' 'systemd-arch-units>=20120606-4' 'archlinux-keyring>=20120529-1' 'haveged>=1.4-3' 
+	 '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-bios>=2.00-1' 
 	 'grub-efi-x86_64>=2.00-1' 'efibootmgr>=0.5.4-3' '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'
          '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-efi>=6' 'refind-efi>=0.4.5-1' 'efilinux-efi>=1.0-1')     
 
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver-$pkgrel.tar.bz2)
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver-1.tar.bz2)
 backup=('etc/archboot/allinone.conf'
         'etc/archboot/allinone-lts.conf'
         'etc/archboot/default.conf'
@@ -71,7 +71,7 @@
 
 build()
 {
-  cd $srcdir/$pkgname-$pkgver-$pkgrel
+  cd $srcdir/$pkgname-$pkgver-1
   mv * $pkgdir/
 }
 md5sums=('4d2d1579e6dad2a6b247e3c30b8cad59')




More information about the arch-commits mailing list