diff options
author | Zhirui Dai | 2025-03-15 21:55:26 -0700 |
---|---|---|
committer | Zhirui Dai | 2025-03-15 21:55:26 -0700 |
commit | 1f8993cddbafd5b9799c08e21f8c69a5c338325a (patch) | |
tree | f9bb3823a41a5eca6d5bafd8df1ffe9e3e350448 /PKGBUILD | |
parent | 8944df1994eaecd65ce80da5f9c39836802ce15e (diff) | |
download | aur-1f8993cddbafd5b9799c08e21f8c69a5c338325a.tar.gz |
disable checksum for upstream.patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ source=( https://github.com/colcon/colcon-test-result/archive/refs/tags/${pkgver}.tar.gz upstream.path::https://github.com/colcon/colcon-test-result/compare/0.3.8...master.patch) sha256sums=('b10643fd8de667e320843558aafbf7dd4f756b6addbbe7e03e08f5de6e375d06' - '35986bb5ddcf824b113792504c273cceb25bc4c385e80d63fd810349775b531c') + 'SKIP') build() { cd ${srcdir}/${_name}-${pkgver} |