summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBooloki2022-05-14 15:53:00 +0200
committerBooloki2022-05-14 15:53:00 +0200
commit1a31d1dc0a97c6e84c03aab2fa665628d521377f (patch)
tree36c2989f71aa4744b73383fbd87bc1abaeb11221
parentbcfbe2ff3894c488f86801937fa28bb758225e7e (diff)
downloadaur-wait-for-it.tar.gz
Fix GitHub source (git-over-https method)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed010dcb943d..9ad7fed2f5c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = wait-for-it
pkgdesc = Script that will wait on the availability of a host and TCP port
pkgver = 0.0+git20200823
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vishnubob/wait-for-it
arch = any
license = MIT
- 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
source = wait-for-it.8.gz
sha256sums = SKIP
sha256sums = 36770f1d186b8be51a20d957ed2957ec1f8e16e772c37fe56942d4d57cc87de1
pkgname = wait-for-it
-
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')