summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')