summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorston2022-11-05 17:14:25 +0800
committerston2022-11-05 17:14:25 +0800
commit37099d7ae627a79b6502beb0558795c9d158e0af (patch)
treeac9555e7de72f97041dcab134a4c5a344c0afda8
parent0ec52e68d815cd4f6d4f5e98b1c206181008b638 (diff)
downloadaur-37099d7ae627a79b6502beb0558795c9d158e0af.tar.gz
update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13563ddeb246..2edd6e2cd1d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = auto-editor
depends = python-numpy
depends = python-pillow
depends = python-av
- optdepends = ytdlp: download and use URLs as inputs
+ optdepends = yt-dlp: download and use URLs as inputs
source = auto-editor-22.43.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/22w43a.tar.gz
sha256sums = 508e2b9c587ff2f35a424c5193ec69881f25422b66e39b5da39c9457a4766b8d
diff --git a/PKGBUILD b/PKGBUILD
index bb10fb2190ad..52bc74232084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://auto-editor.com/"
arch=('any')
license=("Unlicense")
depends=('python' 'python-numpy' 'python-pillow' 'python-av')
-optdepends=('ytdlp: download and use URLs as inputs')
+optdepends=('yt-dlp: download and use URLs as inputs')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/${_pkgver}.tar.gz")
sha256sums=('508e2b9c587ff2f35a424c5193ec69881f25422b66e39b5da39c9457a4766b8d')