summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorŠtěpán Němec2022-07-18 08:38:57 +0200
committerŠtěpán Němec2022-07-18 08:53:27 +0200
commit3c02e902d232fb7e11a3d5516bb9d913ca7e2d99 (patch)
treecb0e961292021c5d802de405ac3ffce1c3e0eece
parent29ad95807be98c6a3e1048d0f93ea17b3957625f (diff)
downloadaur-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--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c045f891f8e..6c69eee5ea5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index e13b059ade8..d3e26ed310b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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)