summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmls2016-12-12 17:40:31 +0100
committersmls2016-12-12 17:40:31 +0100
commitced5a28bb3a213b42fc38303045ed1b7ee04248b (patch)
tree8cfc1f75b475d24a027429190f1f633e3112f7d4
parente1dbe141689a011d071ab6984a5e27b5f1418359 (diff)
downloadaur-ced5a28bb3a213b42fc38303045ed1b7ee04248b.tar.gz
fix small oversight
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca7e2f8e8a44..81c0d41c6da6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = mnemosyne
arch = i686
arch = x86_64
license = GPL
- makedepends = python2-setuptools
+ makedepends = python-setuptools
depends = python-pyqt5
depends = python-matplotlib
depends = python-cherrypy
diff --git a/PKGBUILD b/PKGBUILD
index a43b7c241dd1..c5dc8168223c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url='http://www.mnemosyne-proj.org'
license=('GPL')
depends=('python-pyqt5' 'python-matplotlib' 'python-cherrypy' 'python-webob')
-makedepends=('python2-setuptools')
+makedepends=('python-setuptools')
optdepends=('texlive-core: support for mathematical formulae in cards'
'ttf-ms-fonts: support for non-latin labels on statistic plots')
conflicts=('mnemosyne-bzr')