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

Dieter Plaetinck dieter at archlinux.org
Tue Mar 9 21:36:22 UTC 2010


    Date: Tuesday, March 9, 2010 @ 16:36:21
  Author: dieter
Revision: 71818

upgpkg: aif 2010.03.09-1
New AIF version. now with [opt]depends for everything it needs. (also what's in base group. see http://mailman.archlinux.org/pipermail/arch-releng/2009-November/000790.html + conversion to any-package

Modified:
  aif/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-09 21:27:28 UTC (rev 71817)
+++ PKGBUILD	2010-03-09 21:36:21 UTC (rev 71818)
@@ -2,16 +2,26 @@
 # Maintainer: Dieter Plaetinck <dieter at plaetinck.be>
 
 pkgname=aif
-pkgver=2009.08.07
+pkgver=2010.03.09
 pkgrel=1
 pkgdesc="The ArchLinux Installation Framework"
-arch=('i686' 'x86_64')
+arch=('any')
 url="http://projects.archlinux.org/?p=aif.git;a=summary"
 license=('GPL3')
-depends=('bash' 'pacman')
-optdepends=('markdown: to generate the html installation guide')
-source=(http://ftp.archlinux.org/other/aif/aif-$pkgver.tar.gz)
-md5sums=('b8d76716f85a4f7ec56dc0c195833ce5')
+depends=('bash' 'pacman' 'coreutils' 'grub' 'grep' 'mkinitcpio' 'awk' 'sed')
+optdepends=('markdown: to generate the html installation guide'
+            'cryptsetup: for encryption support'
+            'lvm2: for LVM support'
+            'dhcpd: for dhcp networking support'
+            'e2fsprogs: Ext support'
+            'jfsutils: JFS support'
+            'reiserfsprogs: ReiserFS support'
+            'xfsprogs: XFS support'
+            'ntp: setting date with NTP'
+            'dialog: for ncurses support'
+            )
+source=(ftp://ftp.archlinux.org/other/aif/aif-$pkgver.tar.gz)
+md5sums=('f062d5dfca27475c627c6fcd5813ef88')
 
 build() {
 




More information about the arch-commits mailing list