summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e41347af6aa..d8ce1f0e9dab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ff2mpv-native-messaging-host-librewolf-git
pkgdesc = Native Messaging Host for ff2mpv firefox addon. Ported to LibreWolf.
- pkgver = r45.f087e83
+ pkgver = r46.736fb91
pkgrel = 1
url = https://github.com/woodruffw/ff2mpv
install = ff2mpv.install
@@ -10,7 +10,7 @@ pkgbase = ff2mpv-native-messaging-host-librewolf-git
depends = python
depends = mpv
conflicts = ff2mpv-native-messaging-host-git
- source = ff2mpv::git://github.com/woodruffw/ff2mpv.git
+ source = ff2mpv::git+https://github.com/woodruffw/ff2mpv.git
source = point-ff2mpv-config-to-python-location.patch
sha256sums = SKIP
sha256sums = 781abb58bf62138ad603bc67e3227fb8d421091daf9e7475c45d971730b34090
diff --git a/PKGBUILD b/PKGBUILD
index 2a616574ce6f..85f5034deffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_shortpkgname=ff2mpv
_pkgname=$_shortpkgname-native-messaging-host
pkgname=$_pkgname-librewolf-git
-pkgver=r45.f087e83
+pkgver=r60.736fb91
pkgrel=1
pkgdesc='Native Messaging Host for ff2mpv firefox addon. Ported to LibreWolf.'
license=('MIT')
@@ -14,7 +14,7 @@ makedepends=('git')
depends=('python' 'mpv')
conflicts=('ff2mpv-native-messaging-host-git')
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')