Date: Saturday, April 13, 2013 @ 21:53:48
  Author: djgera
Revision: 182734

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   40 +++++++++++++++++++---------------------
 1 file changed, 19 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2013-04-13 19:52:53 UTC (rev 182733)
+++ PKGBUILD    2013-04-13 19:53:48 UTC (rev 182734)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Gerardo Exequiel Pozzi <[email protected]>
-# Maintainer: Pierre Schmitz <[email protected]>
-
-pkgname=archiso
-pkgver=7
-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=('dae32b4804053d29e6c8bfd82b2cca1a'
-         'afa66601649b07b93dc48a50d75d9956')
-
-package() {
-       cd ${srcdir}/${pkgname}-${pkgver}
-       make DESTDIR=${pkgdir} install
-}

Copied: archiso/repos/extra-any/PKGBUILD (from rev 182733, 
archiso/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2013-04-13 19:53:48 UTC (rev 182734)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Gerardo Exequiel Pozzi <[email protected]>
+# Maintainer: Pierre Schmitz <[email protected]>
+
+pkgname=archiso
+pkgver=8
+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' 'lynx')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('2589f9ba23a0df1ce5a8988407c82730')
+
+package() {
+       cd ${srcdir}/${pkgname}-${pkgver}
+       make DESTDIR=${pkgdir} install
+}

Reply via email to