[arch-commits] Commit in anki/repos (2 files)
Johannes Löthberg
demize at archlinux.org
Wed May 22 17:08:17 UTC 2019
Date: Wednesday, May 22, 2019 @ 17:08:16
Author: demize
Revision: 468611
archrelease: copy trunk to community-testing-any
Added:
anki/repos/community-testing-any/
anki/repos/community-testing-any/PKGBUILD
(from rev 468610, anki/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: anki/repos/community-testing-any/PKGBUILD (from rev 468610, anki/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2019-05-22 17:08:16 UTC (rev 468611)
@@ -0,0 +1,31 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Timm Preetz <timm at preetz.us>
+# Contributor: Michael 'manveru' Fellinger <m.fellinger at gmail.com>
+# Contributor: Dave Pretty <david dot pretty at gmail dot com>
+
+pkgname=anki
+pkgver=2.1.13
+pkgrel=1
+
+pkgdesc="Helps you remember facts (like words/phrases in a foreign language) efficiently"
+url="https://ankisrs.net/"
+arch=('any')
+license=('AGPL3')
+
+depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
+ 'python-pyqt5' 'python-pyqtwebengine' 'python-requests' 'python-send2trash'
+ 'python-decorator' 'python-markdown'
+ 'desktop-file-utils')
+optdepends=('lame: record sound'
+ 'mpv: play sound. prefered over mplayer'
+ 'mplayer: play sound')
+
+source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz)
+sha256sums=('8166eebc54575aa55eeff0886ffec3228b3c377885abf9cc18561b7a01cb8edb')
+
+package() {
+ cd anki-$pkgver
+
+ make DESTDIR="$pkgdir" PREFIX=/usr install
+}
More information about the arch-commits
mailing list