mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 13:12:02 +01:00
fix script
This commit is contained in:
parent
2f512e1be4
commit
36d5c5edf7
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ B2SUM=$(curl -L "$TARBALL_URL" | b2sum | awk '{print $1}')
|
|||
# Replace first checksum only, preserve patch checksum
|
||||
sed -i "0s/b2sums=('.*'/b2sums=('${B2SUM}'/" PKGBUILD
|
||||
|
||||
makepkg --printsrcinfo > .SRCINFO
|
||||
makepkg --printsrcinfo >| .SRCINFO
|
||||
|
||||
echo -e "${GREEN}Verifying tarball download...${NC}"
|
||||
makepkg -od
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue