summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNafis2022-01-10 03:38:06 +0600
committerNafis2022-01-10 03:38:06 +0600
commit8ba24b7ab283ab207b9c958c75b6530d2afd0ddf (patch)
treeefc80e7b7f12e1a0f46d9c9e23b8612c6a497b3b
parentbf4dd07cd9bb115eee8fbaae4a5a315ab23cd42d (diff)
downloadaur-8ba24b7ab283ab207b9c958c75b6530d2afd0ddf.tar.gz
Update license
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb260f9c8f5c..1e79ec914c7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = animdl-git
pkgdesc = A highly efficient anime downloader and streamer
- pkgver = 1.4.35
- pkgrel = 2
+ pkgver = 1.4.42.r1.7fcd823
+ pkgrel = 1
url = https://github.com/justfoolingaround/animdl
arch = any
- license = custom:Unlicensed
+ license = GPL3
makedepends = git
depends = anitopy
depends = python
@@ -19,8 +19,8 @@ pkgbase = animdl-git
depends = python-tqdm
depends = python-yaml
depends = python-yarl
- optdepends = mpv: stream anime
- optdepends = vlc: stream anime
+ optdepends = mpv: support for streaming anime
+ optdepends = vlc: support for streaming anime
provides = animdl
conflicts = animdl
source = git+https://github.com/justfoolingaround/animdl.git
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}")