summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-08-20 10:52:30 +0200
committerbartus2021-08-20 10:52:30 +0200
commit262fc7343c88adf2adb751137ebbd36477ff3237 (patch)
tree00900ef638c04c505c66de9cfb9f209e9e9c9304
parentccadf0d0226599550924f36b269a7c8d09acb38d (diff)
downloadaur-262fc7343c88adf2adb751137ebbd36477ff3237.tar.gz
Disable checksums as they will differ for each user
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de9a37cbcb22..cc935609be55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = opencrg
makedepends = ninja
source = opencrg_1.2.0.zip::manual://www.asam.net/standard_downloads/standard_download611f5bda8ef95_14847.zip
source = CMakeLists.txt
- sha256sums = 8a55243c1f3f1d13b3fc8542137105647bd6d5d6782d9f7ca18be0e2639309a2
+ sha256sums = SKIP
sha256sums = bed2ba22e267fe3200614e6e61829c9d3dc04fc7a046d6899869c3a018ae608c
pkgname = opencrg
diff --git a/PKGBUILD b/PKGBUILD
index 6602a6dcbbbb..3ad1eea14738 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ options=()
source=("${pkgname}_${pkgver}.zip::manual://www.asam.net/standard_downloads/standard_download611f5bda8ef95_14847.zip"
"CMakeLists.txt"
)
-sha256sums=('8a55243c1f3f1d13b3fc8542137105647bd6d5d6782d9f7ca18be0e2639309a2'
+sha256sums=('SKIP' # each archive will have different check sums as they are packaged individually resulting in different timestamps.
'bed2ba22e267fe3200614e6e61829c9d3dc04fc7a046d6899869c3a018ae608c')
# You need to download the opencrg source package manually.