From 4d345c711db1e17b6ff75efae97dd8c254984cf4 Mon Sep 17 00:00:00 2001 From: Kuklin István Date: Thu, 9 May 2019 12:53:12 +0200 Subject: 2.1.12 --- .SRCINFO | 10 +++++----- PKGBUILD | 9 ++++++--- prefix-fix.patch | 4 ++-- remove_xdg_cmds_from_makefile.patch | 4 ++-- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6ee8953..ab6952d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,18 +1,18 @@ pkgbase = anki-official-binary-bundle pkgdesc = The official binary shipped with the tested versions of the dependent libraries. - pkgver = 2.1.11 + pkgver = 2.1.12 pkgrel = 1 url = https://apps.ankiweb.net arch = x86_64 license = GNU AGPL provides = anki conflicts = anki-git - source = https://apps.ankiweb.net/downloads/current/anki-2.1.11-linux-amd64.tar.bz2 + source = https://apps.ankiweb.net/downloads/current/anki-2.1.12-linux-amd64.tar.bz2 source = remove_xdg_cmds_from_makefile.patch source = prefix-fix.patch - md5sums = a1ef83b3f87bf9f3cf6712e6dc06eaf8 - md5sums = afe8bbf18d0b50e57c84208936382fe6 - md5sums = 7c90eebb0ac94923125d3f4d35e7b37d + md5sums = 5c0e65479907b178ce7a9cb7db5c8238 + md5sums = f0aa931cc56a39efa3cef0c2ddbaea78 + md5sums = 2d79e7014d1242e04dc398415bfdd5d8 pkgname = anki-official-binary-bundle diff --git a/PKGBUILD b/PKGBUILD index a777bb5..4046121 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Maintainer: Kuklin István pkgname=anki-official-binary-bundle -pkgver=2.1.11 +pkgver=2.1.12 pkgrel=1 epoch= pkgdesc="The official binary shipped with the tested versions of the dependent libraries." @@ -27,8 +27,11 @@ changelog= topdirname="anki-$pkgver-linux-amd64" source=("https://apps.ankiweb.net/downloads/current/${topdirname}.tar.bz2" "remove_xdg_cmds_from_makefile.patch" "prefix-fix.patch") noextract=() -md5sums=('a1ef83b3f87bf9f3cf6712e6dc06eaf8' 'afe8bbf18d0b50e57c84208936382fe6' - '7c90eebb0ac94923125d3f4d35e7b37d') +md5sums=( + '5c0e65479907b178ce7a9cb7db5c8238' + 'f0aa931cc56a39efa3cef0c2ddbaea78' + '2d79e7014d1242e04dc398415bfdd5d8' +) validpgpkeys=() prepare() { diff --git a/prefix-fix.patch b/prefix-fix.patch index 8de672d..8c68ba6 100644 --- a/prefix-fix.patch +++ b/prefix-fix.patch @@ -1,5 +1,5 @@ ---- anki-2.1.11-linux-amd64/Makefile.orig -+++ anki-2.1.11-linux-amd64/Makefile +--- anki-2.1.12-linux-amd64/Makefile.orig ++++ anki-2.1.12-linux-amd64/Makefile @@ -10,7 +10,7 @@ mkdir -p ${PREFIX}/share/anki cp -av * ${PREFIX}/share/anki/ diff --git a/remove_xdg_cmds_from_makefile.patch b/remove_xdg_cmds_from_makefile.patch index b0f4a75..fbb96a0 100644 --- a/remove_xdg_cmds_from_makefile.patch +++ b/remove_xdg_cmds_from_makefile.patch @@ -1,5 +1,5 @@ ---- anki-2.1.11-linux-amd64/Makefile.old -+++ anki-2.1.11-linux-amd64/Makefile +--- anki-2.1.12-linux-amd64/Makefile.old ++++ anki-2.1.12-linux-amd64/Makefile @@ -20,14 +20,14 @@ mv anki.xpm anki.png ${PREFIX}/share/pixmaps/;\ mv anki.desktop ${PREFIX}/share/applications/;\ -- cgit v1.2.3-70-g09d2