Date: Thursday, February 28, 2013 @ 22:38:32 Author: djgera Revision: 178929
upgpkg: archiso 6-1 Modified: archiso/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-28 19:31:23 UTC (rev 178928) +++ PKGBUILD 2013-02-28 21:38:32 UTC (rev 178929) @@ -1,8 +1,9 @@ # $Id$ +# Maintainer: Gerardo Exequiel Pozzi <[email protected]> # Maintainer: Pierre Schmitz <[email protected]> pkgname=archiso -pkgver=5 +pkgver=6 pkgrel=1 pkgdesc='Tools for creating Arch Linux live and install iso images' arch=('any') @@ -11,8 +12,8 @@ depends=('make' 'squashfs-tools' 'libisoburn' 'dosfstools' 'patch' 'lynx') source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz" "ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig") -md5sums=('0434b6d5713aa4ab46b1632a22eb3884' - '8623682b6f1bb682908da3875ce2be19') +md5sums=('b3487c23191dfa73e002e6aba2bc07f6' + '161b76b40da40b31b5373133cf7c341c') package() { cd ${srcdir}/${pkgname}-${pkgver}
