Date: Thursday, December 13, 2018 @ 22:56:57
  Author: demize
Revision: 416167

db-move: moved anki from [community-testing] to [community] (any)

Added:
  anki/repos/community-any/
  anki/repos/community-any/PKGBUILD
    (from rev 416166, anki/repos/community-testing-any/PKGBUILD)
Deleted:
  anki/repos/community-testing-any/

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

Copied: anki/repos/community-any/PKGBUILD (from rev 416166, 
anki/repos/community-testing-any/PKGBUILD)
===================================================================
--- community-any/PKGBUILD                              (rev 0)
+++ community-any/PKGBUILD      2018-12-13 22:56:57 UTC (rev 416167)
@@ -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.6
+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-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=('104fc85f1a7efa4406ed53666279a3aa3303a811bdc3cb62ca1376b5132c4e50')
+
+package() {
+  cd anki-$pkgver
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}

Reply via email to