From bf68e53a20898ac250200739446385b605b8dc0b Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 2 Oct 2022 14:58:55 +0200 Subject: [PATCH] Update checksum --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 3f8a5c0..1db860d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/Tabascl/fantasize/archive/r arch=('x86_64') license=('GPL3') makedepends=('git' 'cmake' 'nlohmann-json' 'boost' 'cuda') -sha256sums=('4c924101286d93ad39f453e8189a58ed4488069721af4e4fb00d4b517bb6a5ce') +sha256sums=('69d61255edb49b66396f00b7bfadb39ce1220769838929ad74dc9f3301742ce7') build() { cmake -S "$pkgname-$pkgver/app" -B build -DCMAKE_BUILD_TYPE=Release