File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ package-rpm: packaging-build
104104package-arch : packaging/arch/PKGBUILD.in version.txt description.txt
105105 @echo " Generating arch/PKGBUILD..."
106106 sed -e " s|@VERSION@|$( VERSION) |g" -e " s|@DESCRIPTION@|$( DESCRIPTION) |g" packaging/arch/PKGBUILD.in > arch/PKGBUILD
107+ # Update .SRCINFO
108+ cd arch && makepkg --printsrcinfo > .SRCINFO
107109
108110# Test Arch package locally
109111package-arch-test : package-arch
@@ -168,8 +170,6 @@ flatpak-bundle: flatpak
168170 mkdir -p $(OUTPUTS_DIR )
169171 flatpak build-bundle $(FLATPAK_REPO_DIR ) $(OUTPUTS_DIR ) /$(FLATPAK_APP_ID ) .flatpak $(FLATPAK_APP_ID )
170172 @echo " Flatpak bundle created at $( OUTPUTS_DIR) /$( FLATPAK_APP_ID) .flatpak"
171- # Update .SRCINFO
172- cd arch && makepkg --printsrcinfo > .SRCINFO
173173
174174# Remove build directories
175175clean :
Submodule
arch updated from 16ff0b7 to cb6acfd
You can’t perform that action at this time.
0 commit comments