blob: d0f47f8d42fb781fe751e5adaa2ecf9b37dc1743 (
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=2025.03.23
pkgrel=1
pkgdesc="GnuPG keys for Debian (non-archive)"
arch=(any)
url=https://keyring.debian.org/
license=('GPL-2.0-or-later')
depends=(gnupg)
source=("https://httpredir.debian.org/debian/pool/main/d/debian-keyring/${pkgname}_${pkgver}_all.deb")
sha256sums=('083e84be328f2445771580aa7ab904c1b52e18cde02bfc7f9952d2aaac434f59')
package() {
bsdtar -xf "$srcdir/data.tar.xz" -C "$pkgdir"
}
|