List only the package itself, no signatures

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-11-17 20:20:12 +01:00
parent 0f0ac05107
commit f2673d5bd0
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

2
run.sh
View file

@ -31,7 +31,7 @@ pacman -Sy
# Execute the build itself # Execute the build itself
gosu builder makepkg ${MAKEPKG_OPTS[@]} gosu builder makepkg ${MAKEPKG_OPTS[@]}
PACKAGE=$(ls *.pkg.*) # This should be only one file PACKAGE=$(ls *.pkg.tar.xz) # This should be only one file
REPODB=$(find /repo -name '*.db.*' ! -name '*.old') REPODB=$(find /repo -name '*.db.*' ! -name '*.old')
if [ -z "${REPODB}" ]; then if [ -z "${REPODB}" ]; then