update dependencies

This commit is contained in:
Luca Bilke 2024-02-07 12:05:27 +01:00
parent 10a3bca12b
commit 5be1a6b16e
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ steps:
environment:
- LICENSE=GPL-2.0
- SHORT_DESCRIPTION=Customized st
- DEPENDENCIES=freetype>=2.12.1,glibc>=2.32,fontconfig>=2.6.0,libX11>=1.2,libXft>=2.3.8,ncurses>=0
commands: |
xbps-create -A x86_64 \
-H "$${CI_REPO_URL}" \
@ -32,6 +33,7 @@ steps:
-n "$${CI_REPO_NAME}-$${CI_COMMIT_TAG}_1" \
-m "$${CI_COMMIT_AUTHOR} <$${CI_COMMIT_AUTHOR_EMAIL}>" \
-s "$${SHORT_DESCRIPTION}" \
-D "$${DEPENDENCIES}" \
"$${CI_WORKSPACE}/pkg"
package-targz: