summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e9d9ef56b267185bd7de48e99d2d125b69ce6fd2 (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=2022.04.26
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=('3081ec8181c921059e6024b09553b97018f1188992b2cfde0a568b7770f55f69')

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