upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / archlinux-contrib / repos / community-any / PKGBUILD
blob7116833a0c06ad84ba800c4207b1851d34d7c632
1 # Maintainer: Morten Linderud <foxboron@archlinux.org>
3 pkgname=archlinux-contrib
4 pkgver=20221211
5 pkgrel=1
6 pkgdesc='Collection of contrib scripts used in Arch Linux'
7 arch=('any')
8 license=('GPL')
9 url='https://github.com/archlinux/contrib'
10 depends=('python')
11 optdepends=('python-requests: for security tracker'
12             'jq: for rebuild-todo')
13 source=("https://github.com/archlinux/contrib/releases/download/${pkgver}/contrib-${pkgver}.tar.gz"{,.sig})
14 validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16'  # Morten Linderud
15               '86CFFCA918CF3AF47147588051E8B148A9999C34') # Evangelos Foutras
16 sha256sums=('4a4339133ca80011e76919416823a08f799c78579ecefa929726ffa659620166'
17             'SKIP')
19 package() {
20   cd contrib-${pkgver}
21   make PREFIX=/usr DESTDIR="${pkgdir}" install
24 # vim: ts=2 sw=2 et: