From e7d261f75f249754b9751b3bef6c2692c4afa770 Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Mon, 7 Nov 2022 00:33:39 -0600 Subject: [PATCH] aur-bin archive was missing the verification sum --- scripts/release-aur-bin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release-aur-bin.sh b/scripts/release-aur-bin.sh index f1def2b..444eab1 100755 --- a/scripts/release-aur-bin.sh +++ b/scripts/release-aur-bin.sh @@ -13,7 +13,7 @@ git clone $BIN_REPO_URL $PROJECT_NAME-bin cd $PROJECT_NAME-bin # get the sum from the artifacts -SUM=( `cat ../$ARCHIVENAME.sum` ) +SUM=( `cat ../artifacts/$ARCHIVENAME.sum` ) # Generate the PKGBUILD echo "# Maintainer: Abraham Toriz