summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCassandra Watergate2022-05-21 11:12:15 -0700
committerCassandra Watergate2022-05-21 11:12:15 -0700
commitae11e51efd6755cec0becaa5ebeeee05dfa53143 (patch)
tree83b4ee79c416295e36aee9cbca5ea715fbe4f683 /PKGBUILD
parent03db16f0bbdd8591b1a05f8df4d68a3975c6e5d4 (diff)
downloadaur-ae11e51efd6755cec0becaa5ebeeee05dfa53143.tar.gz
add to description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 818546625bdc..d055a1f8c62c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,14 @@
pkgname=zutils
pkgver=1.11
pkgrel=2
-pkgdesc="Zutils is a collection of utilities able to process any combination of compressed and uncompressed files transparently."
+pkgdesc="Zutils is a collection of utilities able to process any combination of compressed and uncompressed files transparently. Supports bzip2, gzip, lzip, xz, and zstd."
url="https://www.nongnu.org/zutils/zutils.html"
arch=('x86_64')
depends=('gzip-zutils')
+#conflicts=('gzip') # See https://aur.archlinux.org/packages/zutils#comment-865937
makedepends=('lzip' 'bzip2' 'gzip-zutils')
license=('GPL')
-source=(
- "https://download.savannah.gnu.org/releases/zutils/$pkgname-$pkgver.tar.lz"{,.sig}
- )
+source=("https://download.savannah.gnu.org/releases/zutils/$pkgname-$pkgver.tar.lz"{,.sig})
validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742') # Antonio Diaz Diaz
sha512sums=('2b7171e337bf50806f7e7890558a1eb0cf61e5cff61577713e1749bac682eb6036a5c327d79c6d450df38c30592e0bdbed44b6487020623259610d9181d9d4b5'
'SKIP')