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

Sergej Pupykin spupykin at archlinux.org
Mon Oct 12 12:29:57 UTC 2015


    Date: Monday, October 12, 2015 @ 14:29:56
  Author: spupykin
Revision: 143769

upgpkg: anki 2.0.33-1

upd

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-12 12:24:24 UTC (rev 143768)
+++ PKGBUILD	2015-10-12 12:29:56 UTC (rev 143769)
@@ -5,8 +5,8 @@
 # Contributor: Dave Pretty <david dot pretty at gmail dot com>
 
 pkgname=anki
-pkgver=2.0.32
-pkgrel=2
+pkgver=2.0.33
+pkgrel=1
 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) efficiently"
 url="http://ankisrs.net/"
 license=('AGPL3')
@@ -14,14 +14,11 @@
 depends=('python2-pyqt4' 'python2-beautifulsoup3' 'python2-httplib2' 'python2-sqlalchemy')
 optdepends=('mplayer: sound playing')
 install=anki.install
-source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz
-	https://github.com/dae/anki/commit/713667d01563e9bcebd427e6ce38df8ebd93fd09.patch)
-md5sums=('2186925ffa068017a30734e75b8a8ad7'
-         '6f3eeadd8d292f56817f1e1c8dec0e80')
+source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
+md5sums=('5df370dd19c71a76cdce448104824cf7')
 
 prepare() {
   cd $srcdir/anki-$pkgver
-  patch -p1 <$srcdir/713667d01563e9bcebd427e6ce38df8ebd93fd09.patch
   sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' anki/anki runanki
 }
 



More information about the arch-commits mailing list