From ed1e0d402aa0792a1e7870d9050db22b3460f136 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 17 Apr 2019 09:43:02 +0200 Subject: update-archlinux32-package: fix checksum code path for PKGBUILDs with checksum on last line --- update-archlinux32-package | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'update-archlinux32-package') diff --git a/update-archlinux32-package b/update-archlinux32-package index cac7f22..5fe771d 100755 --- a/update-archlinux32-package +++ b/update-archlinux32-package @@ -236,10 +236,11 @@ case ${update_path} in sed -i ' /^\S\+sums\(_[^=]\+\)\?=(/{ :a - $b - N s/^\S\+sums[^=]*=(.*)/'"${sums}"'/ tb + $b + N + ba :b p :c -- cgit v1.2.3