summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2022-02-27 22:43:47 +0100
committerNarrat2022-02-27 22:43:47 +0100
commit40aff721e90db7fa92b2b4f2d7ad3ebcd0ad1623 (patch)
tree043e4786424641dc0c6d7d799bd79e3b25302794
parent95e788703cda7a6a478abcbf3f56ac0484e33aa2 (diff)
downloadaur-ytfs-git.tar.gz
ytfs: git:// is deprecated
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c54314bcb9d5..8b2f19c98e99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ytfs-git
pkgdesc = FUSE based filesystem for YouTube (git version)
- pkgver = r86.d689c7f
+ pkgver = r89.b107159
pkgrel = 1
url = https://github.com/rasguanabana/ytfs
arch = any
@@ -9,8 +9,7 @@ pkgbase = ytfs-git
depends = python-requests
depends = python-fusepy
depends = youtube-dl
- source = git://github.com/rasguanabana/ytfs.git
+ source = git+https://github.com/rasguanabana/ytfs.git
md5sums = SKIP
pkgname = ytfs-git
-
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')