summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiKl-LS2022-02-27 13:41:59 +0800
committerMiKl-LS2022-02-27 13:41:59 +0800
commit57dc645b1b3e0bd456af482988f22b3574a9ede9 (patch)
tree1033ba5df6ec9f0121d8bf77751858d53417bb87
parentc3f6ab444cbc4c8027b6736b465d5d2bc86ecab8 (diff)
downloadaur-57dc645b1b3e0bd456af482988f22b3574a9ede9.tar.gz
Add https to URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97724dd8331e..ce1e588921ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = rtl8821cu-morrownr-dkms-git
pkgdesc = rtl8821cu chipset driver (morrownr fork)
pkgver = 5.8.1.7.1.b6ad883
pkgrel = 1
- url = github.com/morrownr/8821cu-20210118
+ url = https://github.com/morrownr/8821cu-20210118
arch = i686
arch = x86_64
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index a97c972c1500..58b976aba8f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=5.8.1.7.1.b6ad883
pkgrel=1
pkgdesc="rtl8821cu chipset driver (morrownr fork)"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
-url="github.com/morrownr/8821cu-20210118"
+url="https://github.com/morrownr/8821cu-20210118"
license=('GPL2')
depends=('dkms')
makedepends=('git' 'bc')