summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-07-27 20:21:21 +0300
committerDimitris Kiziridis2020-07-27 20:21:21 +0300
commitbc428be5ba818793b0f0c264e86ba1578ca91f82 (patch)
tree11ec9154549edea79f8ede435a76638bf9957eea
parent8807cf02c336c46d903b43fd45eb4b926853ffb7 (diff)
downloadaur-bc428be5ba818793b0f0c264e86ba1578ca91f82.tar.gz
switch to python
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f913364edad9..5b919e5874bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = freeorion
makedepends = boost
makedepends = cmake
depends = boost-libs
- depends = python2
+ depends = python
depends = sdl2
depends = libvorbis
depends = glew
diff --git a/PKGBUILD b/PKGBUILD
index 0ebc5c683912..3d62e1299c5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://www.freeorion.org'
arch=('i686' 'x86_64')
license=('GPL2')
depends=('boost-libs'
- 'python2'
+ 'python'
'sdl2'
'libvorbis'
'glew'