Date: Wednesday, October 16, 2019 @ 15:23:43 Author: pierre Revision: 365074
upgpkg: archiso 43-1 Modified: archiso/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-16 11:01:28 UTC (rev 365073) +++ PKGBUILD 2019-10-16 15:23:43 UTC (rev 365074) @@ -2,7 +2,7 @@ # Maintainer: Pierre Schmitz <[email protected]> pkgname=archiso -pkgver=42 +pkgver=43 pkgrel=1 pkgdesc='Tools for creating Arch Linux live and install iso images' arch=('any') @@ -11,9 +11,10 @@ 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=('162b233ecc531206bad7ab885977fe3a9a331279a0802f1c2a3945867f7d7edc' +sha256sums=('4d2274cc5f1c48883941c3e37dfe7882632f9c455f97635aa079c1812571cb13' 'SKIP') -validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel Pozzi +validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938' # Gerardo Exequiel Pozzi + '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC') # Pierre Schmitz package() { make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
