summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraksr2023-09-14 11:51:56 +0200
committeraksr2023-09-14 11:51:56 +0200
commit88fc07eb2ca3eb81b597b3f35fb253d9ef47c2ce (patch)
tree826e3d1d1a8a8e130f3f11264692b2e85d33b3c2 /PKGBUILD
parent602e4d7486de5e44659d14c1b4fd551a2aba9765 (diff)
downloadaur-re2-git.tar.gz
...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a06383d3179c..79623ed1ef9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('i686' 'x86_64')
url='https://github.com/google/re2'
license=('BSD')
makedepends=('git' 'gtest')
-depends=('abseil-cpp')
+depends=('abseil-cpp' 'gcc-libs')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
source=("$pkgname::git+$url")