gyp-git: Rebuild for python 3.8

This commit is contained in:
Alexey Pavlov 2020-04-16 23:57:49 +03:00
parent 201720221b
commit be2f3984cc

View File

@ -4,15 +4,15 @@
_realname=gyp
pkgname=${_realname}-git
pkgver=r2162.28b55023
pkgrel=1
pkgdesc="GYP can Generate Your Projects."
pkgrel=2
pkgdesc="GYP can Generate Your Projects"
url="https://code.google.com/p/gyp/"
arch=('i686' 'x86_64')
provides=("gyp")
conflicts=("gyp")
replaces=("gyp-svn")
makedepends=('git')
depends=('python3' 'python3-setuptools')
depends=('python' 'python-setuptools')
license=('custom')
source=("git+https://chromium.googlesource.com/external/gyp"
'0001-msys-ize.patch')