summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiKl-LS2021-11-26 19:08:43 +0800
committerMiKl-LS2021-11-26 19:08:43 +0800
commit311d9b0cd08c89204be0e83ada19486b51f95e66 (patch)
tree380fc43752a619706da4c4c39d545f6dbc6b34de
parent15f57856cdfda9b5e67c4317cbe4db297c721487 (diff)
downloadaur-311d9b0cd08c89204be0e83ada19486b51f95e66.tar.gz
Update Architectures
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f683211cda2..65b55d273ae3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,12 @@
pkgbase = rtl8821cu-morrownr-dkms-git
- pkgdesc = rtl8821cu chipset driver
+ pkgdesc = rtl8821cu chipset driver (morrownr fork)
pkgver = 5.8.1.7.123.499f495
pkgrel = 1
url = https://github.com/morrownr/8821cu
+ arch = i686
arch = x86_64
+ arch = armv7h
+ arch = aarch64
license = GPL2
makedepends = git
makedepends = bc
@@ -12,6 +15,6 @@ pkgbase = rtl8821cu-morrownr-dkms-git
source = git+https://github.com/morrownr/8821cu
source = dkms.conf
sha256sums = SKIP
- sha256sums = SKIP
+ sha256sums = a0552ddb8658b5416ae373db569f7fef9a111c9b995a85071bd89fd4cf8c804f
pkgname = rtl8821cu-morrownr-dkms-git
diff --git a/PKGBUILD b/PKGBUILD
index b6be226e8bc8..6b138099527a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ _pkgbase=rtl8821cu
_pkgver="5.8.1.7"
pkgver=5.8.1.7.123.499f495
pkgrel=1
-pkgdesc="rtl8821cu chipset driver"
-arch=("x86_64")
+pkgdesc="rtl8821cu chipset driver (morrownr fork)"
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/morrownr/8821cu"
license=('GPL2')
depends=('dkms')