summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Papp2019-12-06 11:42:03 +0000
committerLaszlo Papp2019-12-06 11:42:03 +0000
commit51834d2d5d584fe971f22fc040c68145643e5530 (patch)
treee52aebb04279644f9eb602bbfb8a0c7fce7525d3
parent3fe4cd52d21c0b2d0aabfd8dc40ecf10f66106c8 (diff)
downloadaur-51834d2d5d584fe971f22fc040c68145643e5530.tar.gz
Switch to branch v5.2.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a246becb278..c1bef2d1ecb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = 8188eu-dkms-git
pkgdesc = Standalone driver for Realtek RTL8188EUS (RTL8188EUS, RTL8188ETV) WLAN
- pkgver = 1.0.a0619a0
- pkgrel = 1
+ pkgver = 1.0.ab19e22
+ pkgrel = 2
url = https://github.com/lwfinger/rtl8188eu
arch = any
license = GPL
@@ -10,7 +10,7 @@ pkgbase = 8188eu-dkms-git
conflicts = rtl8188eu-dkms
conflicts = rtl8188eu-dkms-git
conflicts = rtl8188eu-git
- source = 8188eu::git+https://github.com/lwfinger/rtl8188eu
+ source = 8188eu::git+https://github.com/lwfinger/rtl8188eu#branch=v5.2.2.4
source = blacklist-r8188eu.conf
sha256sums = SKIP
sha256sums = edaeafe28410017fabb742d6ccdf060a945150fb56e41084adb7b9dd66739e2b
diff --git a/PKGBUILD b/PKGBUILD
index 53569f97dfbf..3b293119a00a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
-# Maintainer: Alexander Blinne <alexander@blinne.net>
+# Maintainer: Laszlo Papp <lpapp@kde.org>
+# Contributor: Alexander Blinne <alexander@blinne.net>
_pkgname=8188eu
pkgname="${_pkgname}-dkms-git"
_pkgver=1.0
-pkgver=1.0.a0619a0
-pkgrel=1
+pkgver=1.0.ab19e22
+pkgrel=2
pkgdesc='Standalone driver for Realtek RTL8188EUS (RTL8188EUS, RTL8188ETV) WLAN'
arch=('any')
url="https://github.com/lwfinger/rtl8188eu"
license=('GPL')
depends=('dkms')
-source=("${_pkgname}::git+${url}"
+_branch="v5.2.2.4"
+source=("${_pkgname}::git+${url}#branch=${_branch}"
blacklist-r8188eu.conf)
sha256sums=('SKIP'
'edaeafe28410017fabb742d6ccdf060a945150fb56e41084adb7b9dd66739e2b')