From 23a82ef8aa6572a85bcfcb99714068291a3c1f26 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Wed, 3 May 2023 10:22:44 +0330 Subject: fix checksums --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 37bec0a..ab40af8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = anki-official-binary-bundle pkgdesc = The official binary shipped with the tested versions of the dependent libraries. pkgver = 2.1.62 - pkgrel = 1 + pkgrel = 2 url = https://github.com/ankitects/anki install = anki-official-binary-bundle.install arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = anki-official-binary-bundle conflicts = anki-git source = https://github.com/ankitects/anki/releases/download/2.1.62/anki-2.1.62-linux-qt6.tar.zst source = install_sh.patch - sha256sums = 7fe3e778fdaf07b1c5c48de6be4ae6fe4caf74166029bbb9a583d4351e5710ee + sha256sums = becb91fa90ea8cf19e8e5c6b0cf0b12959ef4e29510c61a13030ca490855c554 sha256sums = 991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c pkgname = anki-official-binary-bundle diff --git a/PKGBUILD b/PKGBUILD index be4fac3..3712782 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=anki-official-binary-bundle pkgver=2.1.62 _pkgname="anki-$pkgver-linux-qt6" -pkgrel=1 +pkgrel=2 epoch= pkgdesc="The official binary shipped with the tested versions of the dependent libraries." arch=('x86_64') @@ -22,7 +22,7 @@ options=() install=$pkgname.install source=("https://github.com/ankitects/anki/releases/download/${pkgver}/${_pkgname}.tar.zst" "install_sh.patch") -sha256sums=('7fe3e778fdaf07b1c5c48de6be4ae6fe4caf74166029bbb9a583d4351e5710ee' +sha256sums=('becb91fa90ea8cf19e8e5c6b0cf0b12959ef4e29510c61a13030ca490855c554' '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c') prepare() { -- cgit v1.2.3-70-g09d2