sxmo-common: drop youtube-dl for yt-dlp (MR 2747)
youtube-dl is dead and yt-dlp is the successor to the project.
This commit is contained in:
parent
cb7436d24b
commit
5a175dc9d8
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Miles Alan <m@milesalan.com>
|
# Maintainer: Miles Alan <m@milesalan.com>
|
||||||
pkgname=sxmo-common
|
pkgname=sxmo-common
|
||||||
pkgver=1.6.0
|
pkgver=1.6.0
|
||||||
pkgrel=8
|
pkgrel=9
|
||||||
pkgdesc="Simple Mobile: Core package to build custom SXMO desktop environments"
|
pkgdesc="Simple Mobile: Core package to build custom SXMO desktop environments"
|
||||||
url="http://sr.ht/~mil/Sxmo"
|
url="http://sr.ht/~mil/Sxmo"
|
||||||
arch="noarch !armhf"
|
arch="noarch !armhf"
|
||||||
|
@ -41,7 +41,7 @@ depends="
|
||||||
tzdata
|
tzdata
|
||||||
v4l-utils
|
v4l-utils
|
||||||
vis
|
vis
|
||||||
youtube-dl
|
yt-dlp
|
||||||
"
|
"
|
||||||
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"
|
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"
|
||||||
subpackages="$pkgname-qt_tweaks $pkgname-bluetooth"
|
subpackages="$pkgname-qt_tweaks $pkgname-bluetooth"
|
||||||
|
|
Loading…
Reference in a new issue