summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFanch The System2020-04-02 14:26:59 +0200
committerFanch The System2020-04-02 14:26:59 +0200
commit543d320ba2a4e7508684476c84f2524451250187 (patch)
tree82cd7b48786d64ed9e56d7e0f908b04624e77cbc
parent44579a454f68f30b347933ae2ee1e59ad8e5be60 (diff)
downloadaur-543d320ba2a4e7508684476c84f2524451250187.tar.gz
Update Version
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e08dffa06b4e..f5549c35b46a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ sha256sums=('c9c369dae38a4909deeebb8250e8768f93383e34b54b15854176caaa5743af22'
'fe1400a1be9b60c4c8b6759b588638536188a73307cd061789877cd5fd491557')
pkgver() {
- curl -Is https://github.com/LycheeOrg/Lychee/releases/latest | awk -F'/' '/^Location/ {print $NF}' | sed 's/v//' | sed 's/[^[:print:]]//'
+ curl -Is https://github.com/LycheeOrg/Lychee/releases/latest | awk -F'/' '/^location/ {print $NF}' | sed 's/v//' | sed 's/[^[:print:]]//'
}