Date: Sunday, February 10, 2019 @ 19:50:45
  Author: demize
Revision: 431663

archrelease: copy trunk to community-testing-any

Added:
  anki/repos/community-testing-any/
  anki/repos/community-testing-any/PKGBUILD
    (from rev 431662, anki/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: anki/repos/community-testing-any/PKGBUILD (from rev 431662, 
anki/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD                              (rev 0)
+++ community-testing-any/PKGBUILD      2019-02-10 19:50:45 UTC (rev 431663)
@@ -0,0 +1,31 @@
+# Maintainer: Johannes Löthberg <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Timm Preetz <[email protected]>
+# Contributor: Michael 'manveru' Fellinger <[email protected]>
+# Contributor: Dave Pretty <david dot pretty at gmail dot com>
+
+pkgname=anki
+pkgver=2.1.8
+pkgrel=2
+
+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=('57c466884ba43ef704c438bb0129e7ed793c468d36ea03cd3007af7a394c8b23')
+
+package() {
+  cd anki-$pkgver
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}

Reply via email to