summarylogtreecommitdiffstats
path: root/updates.sh
diff options
context:
space:
mode:
authorMoses Narrow2022-08-07 10:38:18 -0500
committerMoses Narrow2022-08-07 10:38:18 -0500
commit9e51966064e4295fe4356e99411d4d2ec2f606ad (patch)
treeb4bd4db174e488bb81a984602be7280adf96df2b /updates.sh
parent423df7f46b304ee5dfdec37713abe88d2890d400 (diff)
downloadaur-9e51966064e4295fe4356e99411d4d2ec2f606ad.tar.gz
change binaries used in armhf .deb package to those provided by the -arm binary release
Diffstat (limited to 'updates.sh')
-rwxr-xr-xupdates.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/updates.sh b/updates.sh
index f5455838eb68..5c2bce7012eb 100755
--- a/updates.sh
+++ b/updates.sh
@@ -23,7 +23,7 @@ sed -i "s/^pkgver=.*/pkgver='${_version}'/" PKGBUILD && sed -i "s/^_rc=.*/_rc='$
[[ -f git.PKGBUILD ]] && echo "updating checksums and version for git.PKGBUILD" && sed -i "s/^pkgver=.*/pkgver='autogenerated'/" git.PKGBUILD && updpkgsums git.PKGBUILD && _gitPKGBUILD="git.PKGBUILD"
echo "creating .SRCINFO"
makepkg --printsrcinfo > .SRCINFO
-sha256sum skywire-scripts.tar.gz
+#sha256sum skywire-scripts.tar.gz
echo "don't forget to increment pkgrel if you edited the PKGBUILD"
echo
echo "git add -f ${_debPKGBUILD} ${_ccdebPKGBUILD} ${_devPKGBUILD} ${_gitPKGBUILD} PKGBUILD .SRCINFO skywire-autoconfig com.skywire.Skywire.desktop com.skywirevpn.SkywireVPN.desktop skywirevpn.png skywire.png skywire.service skywire-autoconfig.service postinst.sh prerm.sh updates.sh test.sh"