Commit 98e4a101 authored by Seblu's avatar Seblu
Browse files

move2aur: fix .SRCINFO generation

mksrcinfo was integrated into makepkg
parent bef63a3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ main() {
		$cmd "$pkg"
		pushd "$pkg/trunk" >/dev/null
		msg 'Prepare AUR export'
		mksrcinfo
		makepkg --printsrcinfo > .SRCINFO
		git init
		git add * .SRCINFO
		git commit -m 'Initial Commit' -m "Moved from $repo"