Skip to content

Commit da7a4e6

Browse files
committed
gc: fix syntax error
1 parent 4e5908b commit da7a4e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gc/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ package_libgc() {
6060
package_libgc-devel() {
6161
groups=('development')
6262
options=('staticlibs')
63-
depends=('libgc=${pkgver}')
63+
depends=("libgc=${pkgver}")
6464

6565
mkdir -p $pkgdir/usr/{lib,include}
6666
cp -rf ${srcdir}/dest/usr/include/gc $pkgdir/usr/include

0 commit comments

Comments
 (0)