summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortrizen2018-10-24 21:22:52 +0300
committertrizen2018-10-24 21:22:52 +0300
commit7feef21cd76fa130a070eddf0c5936508ecfc81f (patch)
tree961afd3845f2234eb41dfd1bf2305938322f9a5d /PKGBUILD
parent949a1e31e81792696380bac44d5ce1bd04822542 (diff)
downloadaur-7feef21cd76fa130a070eddf0c5936508ecfc81f.tar.gz
Use `git+https://...` instead of `git://...`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {