summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2022-02-27 22:43:47 +0100
committerNarrat2022-02-27 22:43:47 +0100
commit40aff721e90db7fa92b2b4f2d7ad3ebcd0ad1623 (patch)
tree043e4786424641dc0c6d7d799bd79e3b25302794 /PKGBUILD
parent95e788703cda7a6a478abcbf3f56ac0484e33aa2 (diff)
downloadaur-40aff721e90db7fa92b2b4f2d7ad3ebcd0ad1623.tar.gz
ytfs: git:// is deprecated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 252426ca168e..fec1838fb409 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ytfs
pkgname=${_pkgname}-git
-pkgver=r86.d689c7f
+pkgver=r89.b107159
pkgrel=1
pkgdesc="FUSE based filesystem for YouTube (git version)"
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/rasguanabana/ytfs"
license=('MIT')
depends=('python-requests' 'python-fusepy' 'youtube-dl')
makedepends=('git')
-source=("git://github.com/rasguanabana/${_pkgname}.git")
+source=("git+https://github.com/rasguanabana/${_pkgname}.git")
md5sums=('SKIP')