Skip to content

Commit

Permalink
Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulgrib authored Apr 10, 2018
1 parent b145326 commit 48cf249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ prepare() {
str="curl http://php.net/downloads.php | grep -A 1 -G php-$pkgver.tar.xz | grep -A 1 -G sha"
str=$(eval $str)
hash=${str%</s*}
hash=${str#*>}
hash=${hash#*>}
sha256sums=($hash
'SKIP'
'SKIP'
Expand Down

0 comments on commit 48cf249

Please sign in to comment.