git » cpio.git » commit 6dd7976

upgpkg: 2.15-1: updatelicense and update to 2.15

author Tobias Powalowski
2024-01-16 10:38:13 UTC
committer Tobias Powalowski
2024-01-16 10:38:13 UTC
parent b9fa26db85d0906eaafb9db5492936fd5e2f9353

upgpkg: 2.15-1: updatelicense and update to 2.15

.SRCINFO +15 -0
PKGBUILD +3 -3

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..6062900
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = cpio
+	pkgdesc = A tool to copy files into or out of a cpio or tar archive
+	pkgver = 2.15
+	pkgrel = 1
+	url = https://www.gnu.org/software/cpio
+	arch = x86_64
+	license = GPL-3.0-or-later
+	depends = glibc
+	source = https://ftp.gnu.org/gnu/cpio/cpio-2.15.tar.gz
+	source = https://ftp.gnu.org/gnu/cpio/cpio-2.15.tar.gz.sig
+	validpgpkeys = 325F650C4C2B6AD58807327A3602B07F55D0C732
+	sha256sums = efa50ef983137eefc0a02fdb51509d624b5e3295c980aa127ceee4183455499e
+	sha256sums = SKIP
+
+pkgname = cpio
diff --git a/PKGBUILD b/PKGBUILD
index 0379a69..fecd5d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 # Maintainer: judd <jvinet@zeroflux.org>
 pkgname=cpio
-pkgver=2.14
+pkgver=2.15
 pkgrel=1
 pkgdesc="A tool to copy files into or out of a cpio or tar archive"
 arch=(x86_64)
-license=('GPL')
+license=('GPL-3.0-or-later')
 url="https://www.gnu.org/software/cpio"
 depends=('glibc')
 source=(https://ftp.gnu.org/gnu/cpio/cpio-${pkgver}.tar.gz{,.sig})
-sha256sums=('145a340fd9d55f0b84779a44a12d5f79d77c99663967f8cfa168d7905ca52454'
+sha256sums=('efa50ef983137eefc0a02fdb51509d624b5e3295c980aa127ceee4183455499e'
             'SKIP')
 validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff <gray@gnu.org>