aur-bin archive was missing the verification sum

This commit is contained in:
Abraham Toriz 2022-11-07 00:33:39 -06:00
parent 2f56a6ff79
commit e7d261f75f
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
1 changed files with 1 additions and 1 deletions

View File

@ -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 <categulario at gmail dot com>