summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAgatha Zeren2022-01-08 12:03:11 -0500
committerAgatha Zeren2022-01-08 12:03:11 -0500
commitf9e3fbf9c25d51b75e35ec75d8156f613943945b (patch)
tree0228f6f6ccf4c6ab36faf2492cbd5788302b1f3c /PKGBUILD
parentc7bd4d8388ca080d25fda673637b9aede5bc1172 (diff)
downloadaur-f9e3fbf9c25d51b75e35ec75d8156f613943945b.tar.gz
Add gcc-libs dependency
as detected by namcap
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8ddb70081d0..76d75df60599 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=tera-cli
pkgver=0.4.1
pkgrel=1
pkgdesc="CLI to make one-off Tera templating easier"
-depends=()
+depends=('gcc-libs')
makedepends=('cargo')
arch=('x86_64')
url="https://github.com/guangie88/tera-cli"