From 420ad9785b3f30c6543c7b2fa64d2b8e78059204 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Tue, 14 Mar 2023 16:13:36 +0330 Subject: 2.1.60 --- .SRCINFO | 11 ++++++----- PKGBUILD | 12 ++++++------ 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2f7c107..929533b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,19 +1,20 @@ pkgbase = anki-official-binary-bundle pkgdesc = The official binary shipped with the tested versions of the dependent libraries. - pkgver = 2.1.58 + pkgver = 2.1.60 pkgrel = 1 - url = https://apps.ankiweb.net + url = https://github.com/ankitects/anki install = anki-official-binary-bundle.install arch = x86_64 - license = GNU AGPL + license = AGPL depends = libxkbcommon-x11 optdepends = mpv provides = anki conflicts = anki + conflicts = anki-bin conflicts = anki-git - source = https://github.com/ankitects/anki/releases/download/2.1.58/anki-2.1.58-linux-qt6.tar.zst + source = https://github.com/ankitects/anki/releases/download/2.1.60/anki-2.1.60-linux-qt6.tar.zst source = install_sh.patch - sha256sums = f6b94d4a16dda2c09aeb47f8265842d78765de3d83c6a16bdc680e38c59d5c56 + sha256sums = 21780854c71a6414dab11b5e673ded45a0d0dabb167a5d9c3689dd2b6567cd35 sha256sums = 991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c pkgname = anki-official-binary-bundle diff --git a/PKGBUILD b/PKGBUILD index 932bd74..9688177 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,8 @@ pkgname=anki-official-binary-bundle -pkgver=2.1.58 +pkgver=2.1.60 +_pkgname="anki-$pkgver-linux-qt6" pkgrel=1 epoch= pkgdesc="The official binary shipped with the tested versions of the dependent libraries." @@ -19,18 +20,17 @@ conflicts=('anki' 'anki-bin' 'anki-git') replaces=() options=() install=$pkgname.install -source=("https://github.com/ankitects/anki/releases/download/${pkgver}/${topdirname}.tar.zst" +source=("https://github.com/ankitects/anki/releases/download/${pkgver}/${_pkgname}.tar.zst" "install_sh.patch") -sha256sums=('f6b94d4a16dda2c09aeb47f8265842d78765de3d83c6a16bdc680e38c59d5c56' +sha256sums=('21780854c71a6414dab11b5e673ded45a0d0dabb167a5d9c3689dd2b6567cd35' '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c') -topdirname="anki-$pkgver-linux-qt6" prepare() { - cd "$srcdir/$topdirname" + cd "$srcdir/$_pkgname" patch install.sh ../install_sh.patch } package() { - cd "$topdirname" + cd "$_pkgname" PREFIX="$pkgdir/usr/" ./install.sh } -- cgit v1.2.3-70-g09d2