change to sha256sums and skip these (for now) as we are using a git as source

This commit is contained in:
Daniel Langbein 2021-04-20 10:46:31 +02:00
parent 5357731932
commit de9608e9d2

View File

@ -20,7 +20,7 @@ install=
changelog= changelog=
source=("git+${url}.git") source=("git+${url}.git")
noextract=() noextract=()
md5sums=() # autofill using updpkgsums, see https://man.archlinux.org/man/updpkgsums.8.en sha256sums=('SKIP')
package() { package() {
cd "pkg/$pkgname" cd "pkg/$pkgname"