Skip to content

Commit

Permalink
Tentative de correction du PKGBUILLD
Browse files Browse the repository at this point in the history
  • Loading branch information
KrohomKrohom committed Jul 17, 2017
1 parent 5b39bb6 commit c92dfbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ prepare() {
# Allow php-tidy to compile with tidy-html5
sed 's/buffio\.h/tidybuffio\.h/' -i ext/tidy/tidy.c

hash = curl http://php.net/downloads.php | sed -e "php-\$pkgver\.tar\.xz.*$^<span class=\"sha256\">.*" | cut "sha256\">" | cut "</span>"
fileURL = curl http://php.net/downloads.php
hash = sed -e php-\$pkgver\.tar\.xz.*\n.*<span.*<\/span> fileURL | cut php-.*sha256\"> | cut </span>
sha256sums=($hash
'SKIP'
'SKIP'
Expand Down

0 comments on commit c92dfbd

Please sign in to comment.