update dependencies
This commit is contained in:
parent
10a3bca12b
commit
5be1a6b16e
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue