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

Johannes Löthberg demize at archlinux.org
Mon Jun 17 17:15:16 UTC 2019


    Date: Monday, June 17, 2019 @ 17:15:15
  Author: demize
Revision: 481991

Revert r481987, adding a dependency that was already added

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-17 16:16:10 UTC (rev 481990)
+++ PKGBUILD	2019-06-17 17:15:15 UTC (rev 481991)
@@ -6,22 +6,26 @@
 
 pkgname=anki
 pkgver=2.1.13
-pkgrel=3
+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' 'python-jsonschema' 'python-distro'
-         'python-jsonschema' 'desktop-file-utils')
+         '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