~dricottone/huttese-apk

a4ee27dc4b95971b9dd31ebf32de701df6c3a245 — Drew DeVault 5 years ago f57497b
Move abuild checksum to after pkgver is set
1 files changed, 4 insertions(+), 4 deletions(-)

M pkgkit
M pkgkit => pkgkit +4 -4
@@ 113,10 113,6 @@ build() (
		repo="$(find_pkg_repo "$pkg")"
		(
			cd "$repo"/"$pkg"
			if [ $checksum -eq 1 ]
			then
				abuild checksum
			fi
			if [ $updpkgrel -eq 1 ]
			then
				update_pkgrel "$pkg"


@@ 125,6 121,10 @@ build() (
			then
				update_pkgver "$pkgver"
			fi
			if [ $checksum -eq 1 ]
			then
				abuild checksum
			fi
			abuild -r
		)
	done