Date: Thursday, February 28, 2013 @ 22:40:33
  Author: djgera
Revision: 178930

archrelease: copy trunk to extra-any

Added:
  archiso/repos/extra-any/PKGBUILD
    (from rev 178929, archiso/trunk/PKGBUILD)
Deleted:
  archiso/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   41 +++++++++++++++++++++--------------------
 1 file changed, 21 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2013-02-28 21:38:32 UTC (rev 178929)
+++ PKGBUILD    2013-02-28 21:40:33 UTC (rev 178930)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz <[email protected]>
-
-pkgname=archiso
-pkgver=5
-pkgrel=1
-pkgdesc='Tools for creating Arch Linux live and install iso images'
-arch=('any')
-license=('GPL')
-url='https://projects.archlinux.org/archiso.git/'
-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')
-
-package() {
-       cd ${srcdir}/${pkgname}-${pkgver}
-       make DESTDIR=${pkgdir} install
-}

Copied: archiso/repos/extra-any/PKGBUILD (from rev 178929, 
archiso/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2013-02-28 21:40:33 UTC (rev 178930)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Gerardo Exequiel Pozzi <[email protected]>
+# Maintainer: Pierre Schmitz <[email protected]>
+
+pkgname=archiso
+pkgver=6
+pkgrel=1
+pkgdesc='Tools for creating Arch Linux live and install iso images'
+arch=('any')
+license=('GPL')
+url='https://projects.archlinux.org/archiso.git/'
+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=('b3487c23191dfa73e002e6aba2bc07f6'
+         '161b76b40da40b31b5373133cf7c341c')
+
+package() {
+       cd ${srcdir}/${pkgname}-${pkgver}
+       make DESTDIR=${pkgdir} install
+}

Reply via email to