summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGarlicbreadwolfs2022-10-19 22:53:27 +0900
committerGarlicbreadwolfs2022-10-19 22:53:27 +0900
commitf1077ef15f5400b3a30675ae46809bb4af7223ad (patch)
tree827e31550c08d48fba179ef61e094ee9cf236b63 /PKGBUILD
parent3c19a2c97dad6c1e3806913df2ec2068e9312f60 (diff)
downloadaur-zshbinsh.tar.gz
Fix checksum & version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6b0add722af..4dc99476ed82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Garlicbreadwolfs <garlicbreadwolfs AT riseup DOT net>
pkgname=zshbinsh
-pkgver=1
-pkgrel=3
+pkgver=2
+pkgrel=1
pkgdesc="Relink /bin/sh to zsh"
arch=('any')
license=('Unlicense')
@@ -11,12 +11,8 @@ depends=('zsh')
provides=('sh')
install="${pkgname}.install"
source=("${pkgname}.hook")
-
-# For 32-bit machines
-sha256sums=('b13cab38386bff8e886f3a3a49ca7f1434637852c1be5523f384441cb9ecbb19')
-
-# For 64-bit machines
-sha512sums=('ffba4ceddc503b4c4c7593c3ef9a76ade4669729479071dd68d287dc556a9e314d4523fac990c481b3851a14ad4885eb8d9898c03474b3979c1c9eb5e482ff94')
+sha256sums=('e6afcf9b0509694a4be3247e350bc39633e228d64558972c98b846ac5aeba3ff')
+sha512sums=('6307fcaa604c20bb44a393be0f2c5258352d999061bf25de2bbf8fee35f060fbe4d24e5e658f9b0140535a54a2497d35e6cf6187e827899cf84c8db597e33bc7')
package() {
cd "$srcdir"