summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVishnu V K2020-03-25 11:49:55 +0530
committerVishnu V K2020-03-25 11:49:55 +0530
commit77782856749f424d841541c93c6e52bbd0002e44 (patch)
tree6c3072266d49ff77cc74a6b6637901d4ef01084b /PKGBUILD
parent97ef0c83de5adda04200a00e02275cbfbd94fd3f (diff)
downloadaur-77782856749f424d841541c93c6e52bbd0002e44.tar.gz
use python3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1f3d6c929dc..371f9a0804df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
_pkgname=armagetronad
pkgname=${_pkgname}-git
pkgver='r4128.7392b902f'
-pkgrel=5
+pkgrel=6
pkgdesc='A Tron Clone in 3D.'
arch=('x86_64')
url='http://armagetronad.net/'
license=('GPL')
depends=('sdl2_image' 'libxml2' 'sdl2_mixer' 'ftgl' 'boost-libs' 'protobuf')
-optdepends=('python2: language updater')
+optdepends=('python: language updater')
makedepends=('boost')
provides=('armagetronad')
conflicts=('armagetronad')
@@ -27,8 +27,7 @@ pkgver() {
prepare(){
cd "${srcdir}/${_pkgname}"
- # python2 fix
- sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' language/update.py
+ 2to3 -w language/update.py
}
build() {