summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBooloki2022-05-14 15:53:00 +0200
committerBooloki2022-05-14 15:53:00 +0200
commit1a31d1dc0a97c6e84c03aab2fa665628d521377f (patch)
tree36c2989f71aa4744b73383fbd87bc1abaeb11221 /PKGBUILD
parentbcfbe2ff3894c488f86801937fa28bb758225e7e (diff)
downloadaur-1a31d1dc0a97c6e84c03aab2fa665628d521377f.tar.gz
Fix GitHub source (git-over-https method)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20bd7aa51641..66a4fdebe3ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=wait-for-it
pkgver=0.0+git20200823
-pkgrel=1
+pkgrel=2
pkgdesc="Script that will wait on the availability of a host and TCP port"
arch=(any)
license=('MIT')
url="https://github.com/vishnubob/wait-for-it"
-source=('wait-for-it::git://github.com/vishnubob/wait-for-it.git'
+source=('wait-for-it::git+https://github.com/vishnubob/wait-for-it.git'
'wait-for-it.8.gz')
sha256sums=('SKIP'
'36770f1d186b8be51a20d957ed2957ec1f8e16e772c37fe56942d4d57cc87de1')