summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCassandra Watergate2022-05-21 11:12:15 -0700
committerCassandra Watergate2022-05-21 11:12:15 -0700
commitae11e51efd6755cec0becaa5ebeeee05dfa53143 (patch)
tree83b4ee79c416295e36aee9cbca5ea715fbe4f683
parent03db16f0bbdd8591b1a05f8df4d68a3975c6e5d4 (diff)
downloadaur-ae11e51efd6755cec0becaa5ebeeee05dfa53143.tar.gz
add to description
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a42b006af1d0..3964ca14f27b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = zutils
- 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.
pkgver = 1.11
pkgrel = 2
url = https://www.nongnu.org/zutils/zutils.html
@@ -9,7 +9,8 @@ pkgbase = zutils
makedepends = bzip2
makedepends = gzip-zutils
depends = gzip-zutils
- source = https://download.savannah.gnu.org/releases/zutils/zutils-1.11.tar.lz{,.sig}
+ source = https://download.savannah.gnu.org/releases/zutils/zutils-1.11.tar.lz
+ source = https://download.savannah.gnu.org/releases/zutils/zutils-1.11.tar.lz.sig
validpgpkeys = 1D41C14B272A2219A739FA4F8FE99503132D7742
sha512sums = 2b7171e337bf50806f7e7890558a1eb0cf61e5cff61577713e1749bac682eb6036a5c327d79c6d450df38c30592e0bdbed44b6487020623259610d9181d9d4b5
sha512sums = SKIP
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')