Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
paperkey
Commits:
74fa6cd1 by Caleb Maclennan at 2024-03-01T16:08:26+03:00
upgpkg: 1.6-5: Use SPDX license identifier
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = paperkey
pkgdesc = Archive OpenPGP keys on paper
pkgver = 1.6
- pkgrel = 4
+ pkgrel = 5
url = https://www.jabberwocky.com/software/paperkey/
arch = x86_64
- license = GPL
+ license = GPL-2.0
depends = glibc
source =
https://www.jabberwocky.com/software/paperkey//paperkey-1.6.tar.gz
source =
https://www.jabberwocky.com/software/paperkey//paperkey-1.6.tar.gz.sig
=====================================
PKGBUILD
=====================================
@@ -1,11 +1,14 @@
-# Maintainer: Jonas Witschel <[email protected]>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Jonas Witschel <[email protected]>
+
pkgname=paperkey
pkgver=1.6
-pkgrel=4
+pkgrel=5
pkgdesc='Archive OpenPGP keys on paper'
arch=('x86_64')
url='https://www.jabberwocky.com/software/paperkey/'
-license=('GPL')
+license=(GPL-2.0)
depends=('glibc')
source=("$url/$pkgname-$pkgver.tar.gz"{,.sig})
sha512sums=('a07fc22bf56cd9524ecba61d1bf00102e6e97842e219682771187a2a2327c9daa885d457417bb2ea960f5ebd66bd711fa1d86687fda159647ff47980dee21b01'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/paperkey/-/commit/74fa6cd14043614953584b13c2452949109b1e83
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/paperkey/-/commit/74fa6cd14043614953584b13c2452949109b1e83
You're receiving this email because of your account on gitlab.archlinux.org.