Date: Saturday, June 23, 2018 @ 20:11:49 Author: djgera Revision: 327502
archrelease: copy trunk to extra-any Added: archiso/repos/extra-any/PKGBUILD (from rev 327501, archiso/trunk/PKGBUILD) Deleted: archiso/repos/extra-any/PKGBUILD ----------+ PKGBUILD | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-06-23 20:11:11 UTC (rev 327501) +++ PKGBUILD 2018-06-23 20:11:49 UTC (rev 327502) @@ -1,21 +0,0 @@ -# $Id$ -# Maintainer: Gerardo Exequiel Pozzi <djg...@archlinux.org> -# Maintainer: Pierre Schmitz <pie...@archlinux.de> - -pkgname=archiso -pkgver=34 -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' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 'dosfstools' 'lynx') -source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz" - "https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig") -sha256sums=('19257d68210824358366e8918b5e51cb48e34e103caeb40d10dc77a534f4e332' - 'SKIP') -validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel Pozzi - -package() { - make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install -} Copied: archiso/repos/extra-any/PKGBUILD (from rev 327501, archiso/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-06-23 20:11:49 UTC (rev 327502) @@ -0,0 +1,21 @@ +# $Id$ +# Maintainer: Gerardo Exequiel Pozzi <djg...@archlinux.org> +# Maintainer: Pierre Schmitz <pie...@archlinux.de> + +pkgname=archiso +pkgver=35 +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' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 'dosfstools' 'lynx') +source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz" + "https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig") +sha256sums=('a248d77ad2af22241645ae8d4399af92c54a3a04e00140dd025c7edf563fc66c' + 'SKIP') +validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel Pozzi + +package() { + make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install +}