summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa46dc6df4a7..49588ff94a2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Aug 10 19:05:16 UTC 2019
+# Fri May 20 01:59:02 UTC 2022
pkgbase = 8189fs-git
pkgdesc = Kernel module for Realtek RTL8189FTV SDIO wireless devices.
pkgver = a
@@ -11,7 +11,7 @@ pkgbase = 8189fs-git
makedepends = linux-headers
makedepends = git
depends = linux
- source = git://github.com/jwrdegoede/rtl8189ES_linux.git#branch=rtl8189fs
+ source = git+https://github.com/jwrdegoede/rtl8189ES_linux.git#branch=rtl8189fs
sha256sums = SKIP
pkgname = 8189fs-git
diff --git a/PKGBUILD b/PKGBUILD
index c38769fd8e81..9f255615d2b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/jwrdegoede/rtl8189ES_linux/tree/rtl8189fs"
license=('GPL')
depends=('linux')
makedepends=('linux-headers' 'git')
-source=("git://github.com/jwrdegoede/$_pkgname.git#branch=rtl8189fs")
+source=("git+https://github.com/jwrdegoede/$_pkgname.git#branch=rtl8189fs")
sha256sums=('SKIP')
install=depmod.install