summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Martignène2015-07-09 14:35:53 +0200
committerNiels Martignène2015-07-09 14:35:53 +0200
commit3b00e293df6d4cf142ea58d4f8de2e3b3b529852 (patch)
treedea4bc8011442aed4563e22e55cd985b503eb575
parentbc10e021c31c8f0e0e6516f2c103ca295ae4338b (diff)
downloadaur-3b00e293df6d4cf142ea58d4f8de2e3b3b529852.tar.gz
Fix broken 'replaces' field
-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'