Skip to content

Commit

Permalink
Reduced the description for the AUR package.
Browse files Browse the repository at this point in the history
  • Loading branch information
airvzxf committed Aug 7, 2023
1 parent 790ce94 commit 80c4639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/aur-deployment/test-docker.bash
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ docker run --tty --interactive --rm \
--env ENV_GIT_USER_NAME='Israel Roldan' \
--env ENV_PACKAGE_ARCHITECTURES='x86_64' \
--env ENV_PACKAGE_DEPENDENCIES='| bash| pacman| grep| sed| coreutils| sudo|' \
--env ENV_PACKAGE_DESCRIPTION='Command-line tool that finds all the optional packages of the packages that were pointed by you. It has different options to filter. Beyond that, you can install the packages you pointed to the dependencies and the optional packages you found and filtered.' \
--env ENV_PACKAGE_DESCRIPTION='Command-line tool that finds all the optional packages of the packages that were pointed by you. It can install the packages.' \
--env ENV_PACKAGE_INFORMATION='# Maintainer: Israel Roldan <[email protected]>|# Contributor: Israel Roldan <[email protected]>' \
--env ENV_PACKAGE_LICENSES='GPL3' \
--env ENV_PACKAGE_NAME='optional-packages' \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ENV_GIT_USER_NAME: 'Israel Roldan'
ENV_PACKAGE_ARCHITECTURES: 'x86_64'
ENV_PACKAGE_DEPENDENCIES: '| bash| pacman| grep| sed| coreutils| sudo|'
ENV_PACKAGE_DESCRIPTION: 'Command-line tool that finds all the optional packages of the packages that were pointed by you. It has different options to filter. Beyond that, you can install the packages you pointed to the dependencies and the optional packages you found and filtered.'
ENV_PACKAGE_DESCRIPTION: 'Command-line tool that finds all the optional packages of the packages that were pointed by you. It can install the packages.'
ENV_PACKAGE_INFORMATION: '# Maintainer: Israel Roldan <[email protected]>|# Contributor: Israel Roldan <[email protected]>'
ENV_PACKAGE_LICENSES: 'GPL3'
ENV_PACKAGE_NAME: 'optional-packages'
Expand Down

0 comments on commit 80c4639

Please sign in to comment.