Date: Sunday, December 11, 2022 @ 09:51:37 Author: foutrelis Revision: 1358736
archrelease: copy trunk to community-any Added: archlinux-contrib/repos/community-any/PKGBUILD (from rev 1358735, archlinux-contrib/trunk/PKGBUILD) archlinux-contrib/repos/community-any/keys/ Deleted: archlinux-contrib/repos/community-any/PKGBUILD archlinux-contrib/repos/community-any/keys/ ----------+ PKGBUILD | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-12-11 09:51:31 UTC (rev 1358735) +++ PKGBUILD 2022-12-11 09:51:37 UTC (rev 1358736) @@ -1,23 +0,0 @@ -# Maintainer: Morten Linderud <foxbo...@archlinux.org> - -pkgname=archlinux-contrib -pkgver=20210710 -pkgrel=2 -pkgdesc='Collection of contrib scripts used in Arch Linux' -arch=('any') -license=('GPL') -url='https://github.com/archlinux/contrib' -depends=('python') -optdepends=('python-requests: for security tracker' - 'jq: for rebuild-todo') -source=("https://github.com/archlinux/contrib/releases/download/${pkgver}/contrib-${pkgver}.tar.gz"{,.sig}) -validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16') -sha256sums=('df0d7bfa52db69a78d79ccbe57e3ce3429560dc328bce1271daffcfba83cb6f5' - 'SKIP') - -package() { - cd contrib-${pkgver} - make PREFIX=/usr DESTDIR="${pkgdir}" install -} - -# vim: ts=2 sw=2 et: Copied: archlinux-contrib/repos/community-any/PKGBUILD (from rev 1358735, archlinux-contrib/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-12-11 09:51:37 UTC (rev 1358736) @@ -0,0 +1,24 @@ +# Maintainer: Morten Linderud <foxbo...@archlinux.org> + +pkgname=archlinux-contrib +pkgver=20221211 +pkgrel=1 +pkgdesc='Collection of contrib scripts used in Arch Linux' +arch=('any') +license=('GPL') +url='https://github.com/archlinux/contrib' +depends=('python') +optdepends=('python-requests: for security tracker' + 'jq: for rebuild-todo') +source=("https://github.com/archlinux/contrib/releases/download/${pkgver}/contrib-${pkgver}.tar.gz"{,.sig}) +validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16' # Morten Linderud + '86CFFCA918CF3AF47147588051E8B148A9999C34') # Evangelos Foutras +sha256sums=('4a4339133ca80011e76919416823a08f799c78579ecefa929726ffa659620166' + 'SKIP') + +package() { + cd contrib-${pkgver} + make PREFIX=/usr DESTDIR="${pkgdir}" install +} + +# vim: ts=2 sw=2 et: