summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Fontenot2019-04-16 08:57:08 -0700
committerAdam Fontenot2019-04-16 08:57:08 -0700
commit422adb3c71e9bfbaab798060d22eccf669620618 (patch)
tree7017e587845e63d3d1b6f53b574184c2c5e1c7b7 /PKGBUILD
parent32242d95d8c5193f4c94c6641cbb6fd3ddd5f3a8 (diff)
downloadaur-422adb3c71e9bfbaab798060d22eccf669620618.tar.gz
gcc-libs is dep, not build-dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b3b17d92506..7c429d21753f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgdesc='Fuzzy Search + tree + cd'
arch=('x86_64')
url=https://github.com/Canop/broot
license=('MIT')
+depends=('gcc-libs')
makedepends=('rust')
source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
sha256sums=('a2e543d15193e99b18e93ce8eeb7fb14b505fe94b96e5053f8b3d96c7f554653')