summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNafis2021-08-27 12:27:06 +0600
committerNafis2021-08-27 12:27:06 +0600
commit937f12fb4f2476fd6bcf8e9fefdcc6986412f15b (patch)
treeeaae8f1a7b20014df1b11cd608477de25bbbdb25
parenta3e472f6bab364c078c840d6ddba94f671802a75 (diff)
downloadaur-937f12fb4f2476fd6bcf8e9fefdcc6986412f15b.tar.gz
Update dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0b512fb932b..c5fe1dec0e1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = animdl-git
pkgdesc = A highly efficient anime downloader and streamer
- pkgver = 1.3.11.r6.aee5b25
+ pkgver = 1.3.12.r2.f5dfb84
pkgrel = 1
url = https://github.com/justfoolingaround/animdl
arch = any
@@ -8,11 +8,12 @@ pkgbase = animdl-git
makedepends = git
depends = python
depends = python-click
+ depends = python-cssselect
depends = python-httpx
depends = python-lxml
- depends = python-yarl
- depends = python-tqdm
depends = python-pycryptodomex
+ depends = python-tqdm
+ depends = python-yarl
optdepends = mpv: stream anime
optdepends = vlc: stream anime
provides = animdl
diff --git a/PKGBUILD b/PKGBUILD
index 0e942bc09e47..e3754d410208 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=animdl-git
_pkgname=${pkgname%-git}
-pkgver=1.3.11.r6.aee5b25
+pkgver=1.3.12.r2.f5dfb84
pkgrel=1
pkgdesc="A highly efficient anime downloader and streamer"
arch=('any')
url="https://github.com/justfoolingaround/animdl"
license=('custom:Unlicensed')
-depends=('python' 'python-click' 'python-httpx' 'python-lxml' 'python-yarl' 'python-tqdm' 'python-pycryptodomex')
+depends=('python' 'python-click' 'python-cssselect' 'python-httpx' 'python-lxml' 'python-pycryptodomex' 'python-tqdm' 'python-yarl')
makedepends=('git')
optdepends=(
'mpv: stream anime'
@@ -25,7 +25,6 @@ pkgver() {
"$(grep -o '[0-9.]\+' __version__.py)" \
"$(git log --oneline HEAD ^$(git rev-list -1 HEAD __version__.py) | wc -l)" \
"$(git rev-parse --short HEAD)"
- # All this for a pkgver... :sigh:
}
package() {