summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Action2023-06-24 05:10:23 +0000
committerGitHub Action2023-06-24 05:10:23 +0000
commit3a8b75e6a21f49eaf2c2d9de28b5a5b0d0039316 (patch)
tree66d93ddabd807103800758547dfc52dfef3ea142
parent53d147637b51e86247bb3f55acf08abc5a656b7a (diff)
downloadaur-3a8b75e6a21f49eaf2c2d9de28b5a5b0d0039316.tar.gz
Update from GitHub Actions: yutto: depend on dict2xml instead of dicttoxml
https://github.com/yutto-dev/yutto/commit/b42ff9ffd0a4c544f8d8f4cfe6575dc87781e801 https://github.com/ouuan/AUR-packages/actions/runs/5362700411
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0adf6656202..64ba7101da30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = yutto
depends = python-aiohttp
depends = python-aiofiles
depends = python-biliass
- depends = python-dicttoxml
+ depends = python-dict2xml
depends = ffmpeg
optdepends = python-uvloop: fast asyncio event loop
source = https://pypi.io/packages/source/y/yutto/yutto-2.0.0b27.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 83b675772db0..b6caa85372a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=(
'python-aiohttp'
'python-aiofiles'
'python-biliass'
- 'python-dicttoxml'
+ 'python-dict2xml'
'ffmpeg'
)
makedepends=(python-build python-installer python-wheel python-poetry-core)