summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKierPrev2022-02-10 23:45:20 -0300
committerKierPrev2022-02-10 23:45:20 -0300
commitc5570365b00668c6c07da600501b3ec382edb3c8 (patch)
treec0c1d8c460307651fa00bd13fc7122a56d9f2314 /PKGBUILD
parent2d31478c158c6d4d17e512a89eb7848528671ea1 (diff)
downloadaur-c5570365b00668c6c07da600501b3ec382edb3c8.tar.gz
I finally got it working. Sorry for the pushes, my first package. This contains the checksums and conflicts fixes. Thank you jonathn and xulin08.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2555cbeef422..cbfd52edbd8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,13 @@ pkgdesc="Driver for Realtek RTL8188GU chipset wireless cards"
arch=('x86_64')
url="https://github.com/supertsy5/rtl8188gu"
license=('GPL2')
-depends=('dkms' 'bc')
+depends=('dkms')
makedepends=('git')
-conflicts=("rtl8188gu-dkms-git")
+conflicts=("rtl8188gu-dkms")
source=("$pkgname::git+https://github.com/supertsy5/rtl8188gu.git"
'dkms.conf')
sha256sums=('SKIP'
- 'SKIP')
+ '116edfd7472ce25bb6971f22179e058e127216dea0a568bf7ddde89b01e6df98')
pkgver() {
cd ${srcdir}/rtl8188gu-dkms-git