diff options
author | Pierre-Alain TORET | 2022-03-18 15:59:08 +0100 |
---|---|---|
committer | Pierre-Alain TORET | 2022-03-18 15:59:08 +0100 |
commit | d64d0630b2f80db4ddf9541ad7a29a6f8fb58991 (patch) | |
tree | f70fd0348c2cfda8ddaf91c13e953f46820f9076 | |
parent | f93cf34c1adc2cda11a10072cf06a719f24bd99d (diff) | |
download | aur-d64d0630b2f80db4ddf9541ad7a29a6f8fb58991.tar.gz |
Change makedep python2 to python
-rwxr-xr-x | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ arch=("x86_64") url="https://joinpeertube.org/" license=("AGPL") depends=("nodejs>=14" "nodejs" "ffmpeg>=4.4.1" "postgresql" "openssl" "redis" "npm") -makedepends=("yarn" "python2" "git") +makedepends=("yarn" "python" "git") backup=("etc/peertube/production.yaml") options=("!strip") source=("https://github.com/Chocobozzz/PeerTube/releases/download/v$pkgver/$pkgname-v$pkgver.tar.xz" |