summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Magalhães2019-05-13 17:17:40 -0300
committerLucas Magalhães2019-05-13 17:17:40 -0300
commitf35bcf8a0e3826dd9d391fe1fa88087349bd3fa9 (patch)
treea0d382dc13d15894bb1eae5bdb197d88d197d79c
parent0f5e86397fe134512861ce11a5d1c344474d51d2 (diff)
downloadaur-f35bcf8a0e3826dd9d391fe1fa88087349bd3fa9.tar.gz
Removing checksum and adding .install file explaining
-rw-r--r--.install4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.install b/.install
new file mode 100644
index 000000000000..468931d5531a
--- /dev/null
+++ b/.install
@@ -0,0 +1,4 @@
+pre_install() {
+ echo "Radeon recompiles the same package at random time intervals, and since the build times differ, every build gets a different package checksum.\n
+For this reason we have to SKIP the checksum.\n"
+}
diff --git a/PKGBUILD b/PKGBUILD
index 3ea6a6a7a3c8..9e07ca40ad95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ replaces=()
backup=()
options=()
source=("http://repo.radeon.com/rocm/apt/debian/pool/main/r/rocm-clang-ocl/${_debfile}")
-sha256sums=('c329f2dc85675ae60dc30c9d4749b7620029c3857a48c443c80ec98a19e687d5')
+sha256sums=('SKIP')
package() {
cd "$srcdir"