summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrizen2018-10-24 21:22:52 +0300
committertrizen2018-10-24 21:22:52 +0300
commit7feef21cd76fa130a070eddf0c5936508ecfc81f (patch)
tree961afd3845f2234eb41dfd1bf2305938322f9a5d
parent949a1e31e81792696380bac44d5ce1bd04822542 (diff)
downloadaur-7feef21cd76fa130a070eddf0c5936508ecfc81f.tar.gz
Use `git+https://...` instead of `git://...`
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84d1c0d130ad..fc370f861f7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = youtube-viewer-git
pkgdesc = A command line utility for searching and streaming videos from YouTube.
- pkgver = 3.5.0
+ pkgver = 3.5.0.3.ga2b2429
pkgrel = 1
url = https://github.com/trizen/youtube-viewer
arch = any
@@ -24,7 +24,7 @@ pkgbase = youtube-viewer-git
optdepends = ffmpeg: for conversions and MKV merging
provides = youtube-viewer
conflicts = youtube-viewer
- source = git://github.com/trizen/youtube-viewer.git
+ source = git+https://github.com/trizen/youtube-viewer.git
md5sums = SKIP
pkgname = youtube-viewer-git
diff --git a/PKGBUILD b/PKGBUILD
index 60f8ed3589c8..e57d7ea3107c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=youtube-viewer
pkgname=youtube-viewer-git
-pkgver=3.5.0
+pkgver=3.5.0.3.ga2b2429
pkgrel=1
pkgdesc="A command line utility for searching and streaming videos from YouTube."
arch=('any')
@@ -28,7 +28,7 @@ optdepends=(
'ffmpeg: for conversions and MKV merging'
)
-source=('git://github.com/trizen/youtube-viewer.git')
+source=('git+https://github.com/trizen/youtube-viewer.git')
md5sums=('SKIP')
pkgver() {