summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Rijpstra2022-01-16 10:55:24 +0100
committerThomas Rijpstra2022-01-16 10:55:24 +0100
commit02d251d4fbfc9521ef8389d863db70fbeaa40140 (patch)
tree12f7b53394b8bafdc8efc971eaf67f67b7926b37
parent5d5362a16e400be844d73a13fb9ded318aa7a8de (diff)
downloadaur-02d251d4fbfc9521ef8389d863db70fbeaa40140.tar.gz
use https for git checkout
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 497d22c049e5..5b0bd660e55f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_shortpkgname=ff2mpv
_pkgname=$_shortpkgname-native-messaging-host
pkgname=$_pkgname-git
-pkgver=r19.4af1028
+pkgver=r51.2fca452
pkgrel=1
pkgdesc='Native Messaging Host for ff2mpv firefox addon.'
license=('MIT')
@@ -12,7 +12,7 @@ arch=('any')
makedepends=('git')
depends=('python' 'mpv')
install=$_shortpkgname.install
-source=("$_shortpkgname"::"git://github.com/woodruffw/ff2mpv.git"
+source=("$_shortpkgname"::"git+https://github.com/woodruffw/ff2mpv.git"
"point-ff2mpv-config-to-python-location.patch")
sha256sums=('SKIP'
'781abb58bf62138ad603bc67e3227fb8d421091daf9e7475c45d971730b34090')