* update gzip to 1.13-4
This commit is contained in:
parent
203ad78c90
commit
b44696ac7f
23
gzip/.SRCINFO
Normal file
23
gzip/.SRCINFO
Normal file
@ -0,0 +1,23 @@
|
||||
pkgbase = gzip
|
||||
pkgdesc = GNU compression utility
|
||||
pkgver = 1.13
|
||||
pkgrel = 4
|
||||
url = https://www.gnu.org/software/gzip/
|
||||
arch = x86_64
|
||||
license = GPL-3.0-or-later
|
||||
makedepends = less
|
||||
depends = glibc
|
||||
depends = bash
|
||||
depends = coreutils
|
||||
depends = sed
|
||||
depends = grep
|
||||
optdepends = less: zless support
|
||||
optdepends = util-linux: zmore support
|
||||
optdepends = diffutils: zdiff/zcmp support
|
||||
source = https://ftp.gnu.org/pub/gnu/gzip/gzip-1.13.tar.xz
|
||||
source = https://ftp.gnu.org/pub/gnu/gzip/gzip-1.13.tar.xz.sig
|
||||
validpgpkeys = 155D3FC500C834486D1EEA677FD9FCCB000BEEEE
|
||||
sha256sums = 7454eb6935db17c6655576c2e1b0fabefd38b4d0936e0f87f48cd062ce91a057
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = gzip
|
@ -5,12 +5,13 @@
|
||||
|
||||
pkgname=gzip
|
||||
pkgver=1.13
|
||||
pkgrel=2
|
||||
pkgrel=4
|
||||
pkgdesc='GNU compression utility'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://www.gnu.org/software/gzip/'
|
||||
license=('GPL-3.0-or-later')
|
||||
depends=('glibc' 'bash' 'coreutils' 'sed' 'grep')
|
||||
makedepends=('less')
|
||||
optdepends=('less: zless support'
|
||||
'util-linux: zmore support'
|
||||
'diffutils: zdiff/zcmp support'
|
||||
|
Loading…
x
Reference in New Issue
Block a user