[arch-commits] Commit in anki/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Jun 17 13:47:07 UTC 2019


    Date: Monday, June 17, 2019 @ 13:47:06
  Author: spupykin
Revision: 481987

[anki] add python-jsonschema to deps

Modified:
  anki/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-17 13:46:31 UTC (rev 481986)
+++ PKGBUILD	2019-06-17 13:47:06 UTC (rev 481987)
@@ -6,26 +6,22 @@
 
 pkgname=anki
 pkgver=2.1.13
-pkgrel=2
-
+pkgrel=3
 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' 'python-jsonschema' 'python-distro'
-         'desktop-file-utils')
+         'python-jsonschema' '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