diff options
author | Štěpán Němec | 2022-07-18 08:38:57 +0200 |
---|---|---|
committer | Štěpán Němec | 2022-07-18 08:53:27 +0200 |
commit | 3c02e902d232fb7e11a3d5516bb9d913ca7e2d99 (patch) | |
tree | cb0e961292021c5d802de405ac3ffce1c3e0eece | |
parent | 29ad95807be98c6a3e1048d0f93ea17b3957625f (diff) | |
download | aur-3c02e902d232fb7e11a3d5516bb9d913ca7e2d99.tar.gz |
exman 2062.73-2
While testing the 2062.73(-1) update, makepkg somehow managed to
download a corrupted archive, which nevertheless contained all the
correct content, and bsdtar (which makepkg uses) didn't even notice
any problem (GNU tar/gzip does report "decompression OK, trailing
garbage ignored").
Sorry 'bout that. I guess I'd better ask upstream to provide archive
checksums to verify against.
Thanks kusoneko for the report:
https://aur.archlinux.org/packages/exman#comment-874360
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = exman pkgdesc = manuals for other systems pkgver = 2062.73 - pkgrel = 1 + pkgrel = 2 url = https://git.causal.agency/exman arch = any license = ISC @@ -14,6 +14,6 @@ pkgbase = exman options = !strip options = !zipman source = https://git.causal.agency/exman/snapshot/exman-2062.73.tar.gz - sha256sums = a5258d72c38e8509d26be7b7ae1be381fde498abe55414291c48a3d7e2c76a80 + sha256sums = bc293595476a5dfbded6105d91a2a40bae92dac38f3e9acff51b2c0bba0600b6 pkgname = exman @@ -4,7 +4,7 @@ pkgname=exman pkgver=2062.73 -pkgrel=1 +pkgrel=2 pkgdesc="manuals for other systems" arch=(any) url="https://git.causal.agency/$pkgname" @@ -12,7 +12,7 @@ license=(ISC) depends=(man sh) makedepends=(bmake git) source=("https://git.causal.agency/$pkgname/snapshot/$pkgname-$pkgver.tar.gz") -sha256sums=('a5258d72c38e8509d26be7b7ae1be381fde498abe55414291c48a3d7e2c76a80') +sha256sums=('bc293595476a5dfbded6105d91a2a40bae92dac38f3e9acff51b2c0bba0600b6') # zipman autocompression took 40m(!?) on my machine (4-core i7), # parallelized and all (compared to ~20s with the custom package() # below) |