summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2c71d33106892cdae8f8beea8122c5173943ae16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Stephan Springer <buzo+arch@Lini.de>
# Contributor: Michael DeGuzis <mdeguzis@gmail.com>

pkgname=debian-keyring
pkgver=2021.12.24
pkgrel=1
pkgdesc="GnuPG keys for Debian (non-archive)"
arch=(any)
url=https://keyring.debian.org/
license=(GPL)
depends=(gnupg)

source=("https://httpredir.debian.org/debian/pool/main/d/debian-keyring/${pkgname}_${pkgver}_all.deb")
sha256sums=('bf51fb42728e0d561e13e268c33d429aabb0ac2db66c55536147760bbaa4302a')

package() {
    bsdtar -xf "$srcdir/data.tar.xz" -C "$pkgdir"
}