From 4bcb54c7742d0b9900a7af07e395123d59079bb2 Mon Sep 17 00:00:00 2001 From: langfingaz Date: Tue, 20 Apr 2021 10:46:37 +0200 Subject: [PATCH] change to sha256sums and skip these (for now) as we are using a git as source --- prototype/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototype/PKGBUILD b/prototype/PKGBUILD index da8e931..b6a4c9e 100644 --- a/prototype/PKGBUILD +++ b/prototype/PKGBUILD @@ -20,7 +20,7 @@ install= changelog= source=("git+${url}.git") noextract=() -md5sums=() # autofill using updpkgsums, see https://man.archlinux.org/man/updpkgsums.8.en +sha256sums=() # autofill using updpkgsums, see https://man.archlinux.org/man/updpkgsums.8.en build() { cd "pkg/$pkgname"