summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRubenKelevra2022-05-14 17:25:00 +0200
committerRubenKelevra2022-05-14 18:21:40 +0200
commit700701078de770d0524805fa5bd6ac9bf625da0e (patch)
treea6bd037a1512923c22a3d4abad513fab643c50e2 /PKGBUILD
parent573a10949918e6ff5924e18a8bf08f59ecf722c5 (diff)
downloadaur-700701078de770d0524805fa5bd6ac9bf625da0e.tar.gz
remove superfical quotation marks
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1574f8b8b21..c84516ee4cfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ arch=('i686' 'x86_64' 'armv7h' 'aarch64')
license=(MIT)
depends=(glibc)
-makedepends=("go" git)
+makedepends=(go git)
optdepends=('bash-completion: bash completion support')
provides=("$_pkgname")