summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGarlicbreadwolfs2022-05-22 19:22:29 +0900
committerGarlicbreadwolfs2022-05-22 19:22:29 +0900
commit5e9092ff0c604fd9c2f5887bf949d9c79e9b3cd4 (patch)
tree82cbf77944731d961adb308aae92ce74970b24a4
parentd023c7b391a8e41aa1dfe0ada4e8458da8ffa345 (diff)
downloadaur-5e9092ff0c604fd9c2f5887bf949d9c79e9b3cd4.tar.gz
Add checksum
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fcb857109c2..d83e3e679f04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = zshbinsh
provides = sh
conflicts = dashbinsh
source = zshbinsh.hook
- sha512sums = SKIP
+ sha256sums = b13cab38386bff8e886f3a3a49ca7f1434637852c1be5523f384441cb9ecbb19
+ sha512sums = ffba4ceddc503b4c4c7593c3ef9a76ade4669729479071dd68d287dc556a9e314d4523fac990c481b3851a14ad4885eb8d9898c03474b3979c1c9eb5e482ff94
pkgname = zshbinsh
diff --git a/PKGBUILD b/PKGBUILD
index 1efe4365d7e8..8b304a072d4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,12 @@ depends=('zsh')
provides=('sh')
install="${pkgname}.install"
source=("${pkgname}.hook")
-sha512sums=('SKIP')
+
+# For 32-bit machines
+sha256sums=('b13cab38386bff8e886f3a3a49ca7f1434637852c1be5523f384441cb9ecbb19')
+
+# For 64-bit machines
+sha512sums=('ffba4ceddc503b4c4c7593c3ef9a76ade4669729479071dd68d287dc556a9e314d4523fac990c481b3851a14ad4885eb8d9898c03474b3979c1c9eb5e482ff94')
package() {
cd "$srcdir"