git » cpio.git » commit 335dc50

upgpkg: 2.15-3: fix FTBFS and use git submodules for pax and gnulib

author Tobias Powalowski
2025-07-02 17:07:11 UTC
committer Tobias Powalowski
2025-07-02 17:07:11 UTC
parent 3d46a9abd2490af7afb4d7cccb0b9fb26708b367

upgpkg: 2.15-3: fix FTBFS and use git submodules for pax and gnulib

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index 38da8a6..1b06953 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = cpio
 	pkgdesc = A tool to copy files into or out of a cpio or tar archive
 	pkgver = 2.15
-	pkgrel = 2
+	pkgrel = 3
 	url = https://www.gnu.org/software/cpio
 	arch = x86_64
 	license = GPL-3.0-or-later
diff --git a/PKGBUILD b/PKGBUILD
index 933d41d..542c98e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: judd <jvinet@zeroflux.org>
 pkgname=cpio
 pkgver=2.15
-pkgrel=2
+pkgrel=3
 pkgdesc="A tool to copy files into or out of a cpio or tar archive"
 arch=(x86_64)
 license=('GPL-3.0-or-later')