summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 707e8f24e276..2728fd234882 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,8 @@ pkgbase = anki12
optdepends = python2-beautifulsoup3: for SuperMemo import support
optdepends = sox: for audio recording support
conflicts = anki
- replaces = anki12
+ conflicts = anki-old
+ replaces = anki-old
source = http://ankisrs.net/download/mirror/archive/anki-1.2.11.tgz
source = disable-auto-update.patch
source = fix-arch-pyqtconfig.patch
diff --git a/PKGBUILD b/PKGBUILD
index 73a967d27b70..e442d64c043c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ pkgdesc="Helps you remember facts (like words/phrases in a foreign language) eff
url="http://ankisrs.net/"
license=('GPL')
arch=('any')
-conflicts=('anki')
-replaces=('anki12')
+conflicts=('anki' 'anki-old')
+replaces=('anki-old')
depends=('python2-pyqt' 'python2-sqlalchemy' 'python2-simplejson'
'python2-pysqlite')
optdepends=('python2-matplotlib: for graph support'