[arch-commits] Commit in anki/trunk (PKGBUILD)
    Sergej Pupykin 
    spupykin at archlinux.org
       
    Mon Jul 24 11:23:50 UTC 2017
    
    
  
    Date: Monday, July 24, 2017 @ 11:23:49
  Author: spupykin
Revision: 246213
upgpkg: anki 2.1.0beta4-2: add python-decorator to deps
Modified:
  anki/trunk/PKGBUILD
----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-24 11:21:45 UTC (rev 246212)
+++ PKGBUILD	2017-07-24 11:23:49 UTC (rev 246213)
@@ -6,13 +6,14 @@
 
 pkgname=anki
 pkgver=2.1.0beta4
-pkgrel=1
+pkgrel=2
 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) efficiently"
 url="https://ankisrs.net/"
 license=('AGPL3')
 arch=('any')
 depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
-         'python-pyqt5' 'python-requests' 'python-send2trash')
+         'python-pyqt5' 'python-requests' 'python-send2trash'
+         'python-decorator')
 optdepends=('lame: record sound'
             'mplayer: play sound')
 source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-source.tgz)
    
    
More information about the arch-commits
mailing list