Skip to content

Commit 80c4639

Browse files
committed
Reduced the description for the AUR package.
1 parent 790ce94 commit 80c4639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/aur-deployment/test-docker.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ docker run --tty --interactive --rm \
2424
--env ENV_GIT_USER_NAME='Israel Roldan' \
2525
--env ENV_PACKAGE_ARCHITECTURES='x86_64' \
2626
--env ENV_PACKAGE_DEPENDENCIES='| bash| pacman| grep| sed| coreutils| sudo|' \
27-
--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.' \
27+
--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.' \
2828
--env ENV_PACKAGE_INFORMATION='# Maintainer: Israel Roldan <israel.alberto.rv@gmail.com>|# Contributor: Israel Roldan <israel.alberto.rv@gmail.com>' \
2929
--env ENV_PACKAGE_LICENSES='GPL3' \
3030
--env ENV_PACKAGE_NAME='optional-packages' \

.github/workflows/deploy-to-aur.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
ENV_GIT_USER_NAME: 'Israel Roldan'
2525
ENV_PACKAGE_ARCHITECTURES: 'x86_64'
2626
ENV_PACKAGE_DEPENDENCIES: '| bash| pacman| grep| sed| coreutils| sudo|'
27-
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.'
27+
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.'
2828
ENV_PACKAGE_INFORMATION: '# Maintainer: Israel Roldan <israel.alberto.rv@gmail.com>|# Contributor: Israel Roldan <israel.alberto.rv@gmail.com>'
2929
ENV_PACKAGE_LICENSES: 'GPL3'
3030
ENV_PACKAGE_NAME: 'optional-packages'

0 commit comments

Comments
 (0)