summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNafis2022-01-10 03:38:06 +0600
committerNafis2022-01-10 03:38:06 +0600
commit8ba24b7ab283ab207b9c958c75b6530d2afd0ddf (patch)
treeefc80e7b7f12e1a0f46d9c9e23b8612c6a497b3b /PKGBUILD
parentbf4dd07cd9bb115eee8fbaae4a5a315ab23cd42d (diff)
downloadaur-8ba24b7ab283ab207b9c958c75b6530d2afd0ddf.tar.gz
Update license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cccb5b68543c..791efa8759f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=animdl-git
_pkgname=${pkgname%-git}
-pkgver=1.4.35
-pkgrel=2
+pkgver=1.4.42.r1.7fcd823
+pkgrel=1
pkgdesc="A highly efficient anime downloader and streamer"
arch=('any')
url="https://github.com/justfoolingaround/animdl"
-license=('custom:Unlicensed')
+license=('GPL3')
depends=('anitopy' 'python' 'python-click' 'python-cssselect' 'python-httpx' 'python-lxml' 'python-pycryptodomex' 'python-regex' 'python-requests' 'python-setuptools' 'python-tqdm' 'python-yaml' 'python-yarl')
makedepends=('git')
optdepends=(
- 'mpv: stream anime'
- 'vlc: stream anime'
+ 'mpv: support for streaming anime'
+ 'vlc: support for streaming anime'
)
provides=("${_pkgname}")
conflicts=("${_pkgname}")