summaryrefslogtreecommitdiff
path: root/librerepkg
diff options
context:
space:
mode:
Diffstat (limited to 'librerepkg')
-rwxr-xr-xlibrerepkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/librerepkg b/librerepkg
index 79a3e1d..ba8dea1 100755
--- a/librerepkg
+++ b/librerepkg
@@ -55,6 +55,6 @@ stdnull "pushd ${tempdir}"
mv rePKGBUILD PKGBUILD
msg2 "Updating md5sums"
makepkg -g >> PKGBUILD
-msg "Repackaging using libremakepkg"
-sudo libremakepkg -cu -L
+msg "Repackaging using makepkg"
+makepkg -Lc
stdnull "popd ${tempdir}"