summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarrison2022-01-27 23:08:36 -0500
committerHarrison2022-01-27 23:08:36 -0500
commitd12cd203270453683f14ee43f77eba0c359b588b (patch)
treec76c4fae9e5b790ab5c5bf82c4f944ba42d4b366
parent652fad612a1f2d9859ae2b532a0b8067e4456471 (diff)
downloadaur-d12cd203270453683f14ee43f77eba0c359b588b.tar.gz
Quote consistency
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50b9ee1f626e..83f0caefd06b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@ pkgrel=1
pkgdesc="rtl88x2bu driver updated for current kernels"
arch=("x86_64" "i686" "pentium4" "arm" "armv6h" "armv7h" "aarch64")
url="https://github.com/cilynx/${_pkgname}"
-license=('GPL2')
-depends=('dkms')
-makedepends=('git' 'linux-headers' 'bc')
+license=("GPL2")
+depends=("dkms")
+makedepends=("git" "linux-headers" "bc")
source=("git+${url}.git")
-sha256sums=('SKIP')
+sha256sums=("SKIP")
pkgver() {
cd "${srcdir}/${_pkgname}"