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

Balló György bgyorgy at archlinux.org
Thu Jul 13 09:05:32 UTC 2017


    Date: Thursday, July 13, 2017 @ 09:05:32
  Author: bgyorgy
Revision: 244906

upgpkg: anki 2.1.0beta3-2

Add back Anki 2.1 to the repo, because it reached the beta state

Modified:
  anki/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-13 08:46:01 UTC (rev 244905)
+++ PKGBUILD	2017-07-13 09:05:32 UTC (rev 244906)
@@ -1,21 +1,21 @@
 # $Id$
 # Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Timm Preetz <timm at preetz.us>
+# Contributor: Timm Preetz <timm at preetz.us>
 # Contributor: Michael 'manveru' Fellinger <m.fellinger at gmail.com>
 # Contributor: Dave Pretty <david dot pretty at gmail dot com>
 
 pkgname=anki
-pkgver=2.1.0a10
-pkgrel=1
+pkgver=2.1.0beta3
+pkgrel=2
 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) efficiently"
-url="http://ankisrs.net/"
+url="https://ankisrs.net/"
 license=('AGPL3')
 arch=('any')
 depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio' 'python-pyqt5' 'python-requests' 'python-send2trash')
 optdepends=('lame: record sound'
             'mplayer: play sound')
-source=(https://apps.ankiweb.net/downloads/alpha/alpha10/anki-$pkgver-source.tgz)
-sha256sums=('1b614e2ff7ae52752e1d0481e328c10c73cee26faf1d8c2f288806e726698923')
+source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-source.tgz)
+sha256sums=('0ff3e4b65693fe0498e3192eaa206961b8e7d271c51b8db261479a822862cec5')
 
 package() {
   cd "$srcdir"/anki-$pkgver
@@ -27,5 +27,5 @@
     mv anki.desktop ../applications/
     mv anki.1 ../man/man1/
   )
-  rm -rf "$pkgdir"/usr/share/anki/{tests,thirdparty/[!s]*,tools,anki.bat}
+  rm -rf "$pkgdir"/usr/share/anki/{tests,tools,anki.bat}
 }



More information about the arch-commits mailing list