summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2022-01-13 13:19:02 +0800
committeryjun2022-01-13 13:19:02 +0800
commit6d87fcae07e781f6c18b2af908da13c73656a306 (patch)
tree4f0a4c410cf1bd0133b424c5a5b7ef0922646349
parentdbc45e863962c51da1453972a24bcd3221f477c7 (diff)
downloadaur-6d87fcae07e781f6c18b2af908da13c73656a306.tar.gz
New upstream source https://github.com/dbeinder/xradio.git#branch=karabek_rebase
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62c6bfd50dd6..fca71299e62d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = xradio-git
pkgdesc = Driver for the Allwinner XRadio XR819 wifi chip
pkgver = r183.354e8c3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/karabek/xradio
install = xradio.install
arch = armv7h
license = GPL
makedepends = git
makedepends = linux-headers
- source = git+https://github.com/karabek/xradio.git
+ source = git+https://github.com/dbeinder/xradio.git#branch=karabek_rebase
sha256sums = SKIP
pkgname = xradio-git
-
diff --git a/PKGBUILD b/PKGBUILD
index dec7ab228ab9..090ca116e39a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ _KVER=$(uname -r)
pkgname=xradio-git
_pkgname=xradio
pkgver=r183.354e8c3
-pkgrel=2
+pkgrel=3
pkgdesc="Driver for the Allwinner XRadio XR819 wifi chip"
arch=('armv7h')
url="https://github.com/karabek/xradio"
license=('GPL')
install=xradio.install
makedepends=('git' 'linux-headers')
-source=("git+https://github.com/karabek/xradio.git")
+source=("git+https://github.com/dbeinder/xradio.git#branch=karabek_rebase")
sha256sums=('SKIP')
pkgver() {