summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author7Ji2023-11-13 11:36:26 +0800
committer7Ji2023-11-13 11:36:26 +0800
commit35ca34ef277bd29dc61e61d87b7c47753903ff5f (patch)
treefa954b5681e09a1646bdaac2c4a9ad1c2e11e632
parent838ca6859636e7c85fbe35f26fbea64276e492f0 (diff)
downloadaur-rtl8189fs-dkms-git.tar.gz
bump version, allow building on x86_64
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd7cbf3d2e8b..30af86bbcb6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = rtl8189fs-dkms-git
pkgdesc = RTL8189FS / RTL8189FTV modules (DKMS)
- pkgver = 93.4760201
+ pkgver = 102.75a566a
pkgrel = 1
url = https://github.com/jwrdegoede/rtl8189ES_linux.git
+ arch = x86_64
arch = aarch64
license = GPL2
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 65bb322de295..66cf6ab5f920 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
_modname='8189fs'
_pkgbase="rtl${_modname}"
pkgname="${_pkgbase}-dkms-git"
-pkgver='93.4760201'
-pkgrel='1'
+pkgver=102.75a566a
+pkgrel=1
pkgdesc="RTL8189FS / RTL8189FTV modules (DKMS)"
-arch=('aarch64')
+arch=('x86_64' 'aarch64')
_srcname='rtl8189ES_linux'
url="https://github.com/jwrdegoede/${_srcname}.git"
license=('GPL2')