From b4d2bec88c7c8a7e955b5d546c4b73a55965c701 Mon Sep 17 00:00:00 2001 From: ldev Date: Sat, 13 Apr 2024 15:22:43 +0200 Subject: [PATCH] changed makepkg_deb to makepkgx --pkgformat deb in docs --- README.md | 2 +- TODO_RELEASE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e418381..6925736 100644 --- a/README.md +++ b/README.md @@ -67,4 +67,4 @@ If you find a bug, get an error or the docs are wrong. # Building debian packages from source 1. install [reltools](https://github.com/Xgames123/reltools) -2. run makepkg_deb inside the packaging directory +2. run makepkgx --pkgformat deb inside the packaging directory diff --git a/TODO_RELEASE.md b/TODO_RELEASE.md index 855e285..0f3e58d 100644 --- a/TODO_RELEASE.md +++ b/TODO_RELEASE.md @@ -3,6 +3,6 @@ 5. tag commit and create release 6. bump aur/PKGBUILD -7. makepkg_deb.sh +7. makepkgx --pkgformat deb 8. regen checksums (aur/PKGBUILD) and .SRCINFO 9. close issues fixed in release