summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuklin István2019-07-08 13:46:39 +0200
committerKuklin István2019-07-08 13:46:49 +0200
commitbb165e14893f918d6c834203cf23d20c284f8c07 (patch)
treecb9d8bcd201f16e3dbeaf94f8ea7a81540f31551
parenta0999b7a63d1564b94de0fdf3ecab03fe3328729 (diff)
downloadaur-bb165e14893f918d6c834203cf23d20c284f8c07.tar.gz
2.1.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84c94fb0e7fb..09befd419472 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = anki-official-binary-bundle
pkgdesc = The official binary shipped with the tested versions of the dependent libraries.
- pkgver = 2.1.13
+ pkgver = 2.1.14
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.13-linux-amd64.tar.bz2
+ source = https://apps.ankiweb.net/downloads/current/anki-2.1.14-linux-amd64.tar.bz2
source = remove_xdg_cmds_from_makefile.patch
source = prefix-fix.patch
- md5sums = 1cbc4cf03f5f41fdbf694b931cb512c0
+ md5sums = 9d2ea788073309bbc0f9529f38463797
md5sums = 81e1cb8bfb5122319b141ea25e536ef6
md5sums = 82a5d4f63bbc29e6a80043dd95973b4f
diff --git a/PKGBUILD b/PKGBUILD
index 53a7adfeb687..cc529ba54476 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Kuklin István <kuklinistvan@zoho.com>
pkgname=anki-official-binary-bundle
-pkgver=2.1.13
+pkgver=2.1.14
pkgrel=1
epoch=
pkgdesc="The official binary shipped with the tested versions of the dependent libraries."
@@ -32,7 +32,7 @@ source=(
)
noextract=()
md5sums=(
- '1cbc4cf03f5f41fdbf694b931cb512c0'
+ '9d2ea788073309bbc0f9529f38463797'
'81e1cb8bfb5122319b141ea25e536ef6'
'82a5d4f63bbc29e6a80043dd95973b4f'
)
@@ -53,5 +53,5 @@ build() {
package() {
cd "$topdirname"
- make PREFIX="$pkgdir/usr/" install
+ make PREFIX="$pkgdir"/usr/ install
}