From 28dae33b667443139670b4e05115049908f2ece2 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 2 Nov 2023 19:19:31 +0300 Subject: Deleted package: anki-official-binary-bundle Deleted package: anki-official-binary-bundle --- anki-official-binary-bundle/PKGBUILD | 37 ------------------------------------ 1 file changed, 37 deletions(-) delete mode 100644 anki-official-binary-bundle/PKGBUILD (limited to 'anki-official-binary-bundle/PKGBUILD') diff --git a/anki-official-binary-bundle/PKGBUILD b/anki-official-binary-bundle/PKGBUILD deleted file mode 100644 index 07982be..0000000 --- a/anki-official-binary-bundle/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# Maintainer: Yigit Sever -# Contributor: Kuklin István -# Contributor: Aria Moradi - - -pkgname=anki-official-binary-bundle -pkgver=2.1.66 -_pkgname="anki-$pkgver-linux-qt6" -pkgrel=1 -epoch= -pkgdesc="The official binary shipped with the tested versions of the dependent libraries." -arch=('x86_64') -url="https://github.com/ankitects/anki" -license=('AGPL') -groups=() -depends=('libxkbcommon-x11') -makedepends=() -optdepends=('mpv') -provides=('anki') -conflicts=('anki' 'anki-bin' 'anki-git') -replaces=() -options=() -install=$pkgname.install -source=("https://github.com/ankitects/anki/releases/download/${pkgver}/${_pkgname}.tar.zst" - "install_sh.patch") -sha256sums=('3f53c42b3d2f6e53f188bae2df842b3f4faa3ac96d26cbcf2f62559988f5c058' - '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c') - -prepare() { - cd "$srcdir/$_pkgname" - patch install.sh ../install_sh.patch -} - -package() { - cd "$_pkgname" - PREFIX="$pkgdir/usr/" ./install.sh -} -- cgit v1.2.3-70-g09d2