summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Orefice2022-04-01 11:39:24 +0200
committerAntonio Orefice2022-04-01 11:39:24 +0200
commite28eb7d7730f6f0857364cd2161d73fa2fcf80f0 (patch)
tree9d1304d1505bb58ceec3c0d001f3164f0455e21f /PKGBUILD
parent6f709abe875786ea2ab38b3190ee08ae1a35c662 (diff)
downloadaur-e28eb7d7730f6f0857364cd2161d73fa2fcf80f0.tar.gz
updated build command
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e525c2bce323..85d0a0ece500 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ depends=(
'gambas3-gb-web'
'mpv>=0.29'
'taglib'
- 'youtube-dl'
+ 'yt-dlp'
'wget'
)
@@ -42,7 +42,7 @@ source=(https://github.com/kokoko3k/xt7-player-mpv/archive/$pkgver$hotfix.tar.gz
build() {
cd ${srcdir}/${_realname}-${pkgver}$hotfix
- gbc3 -e -a -g -t -p -m
+ gbc3 -e -a -g -t -f public-module -f public-control || gbc3 -e -a -g -t -p -m
gba3 || return 1
}