diff options
author | eggy | 2022-01-24 17:31:46 -0500 |
---|---|---|
committer | eggy | 2022-01-24 17:31:46 -0500 |
commit | 106e7f87cc60b72720e623ac405a4c0e10dae223 (patch) | |
tree | 0b6ad2ddbb2557c83bdd934d0a552a4a2abb2cb1 | |
parent | 4e87ec6cf5a7fba5117a03c77f268b3af5810249 (diff) | |
download | aur-106e7f87cc60b72720e623ac405a4c0e10dae223.tar.gz |
Add dependency python-natsort
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 6 insertions, 6 deletions
@@ -1,19 +1,18 @@ pkgbase = mandown-git - pkgdesc = Command line application and Python library to download comics from various sources - pkgver = r34.cdeae10 + pkgdesc = Command line application and Python library to download and convert comics from various sources + pkgver = r58.fd52093 pkgrel = 1 url = https://github.com/potatoeggy/mandown arch = any license = AGPL3 makedepends = git - makedepends = python makedepends = python-setuptools makedepends = python-dephell depends = python-requests depends = python-typer depends = python-feedparser depends = python-beautifulsoup4 - provides = mandown + depends = python-natsort conflicts = mandown source = git+https://github.com/potatoeggy/mandown.git sha256sums = SKIP @@ -1,9 +1,9 @@ # Maintainer: eggy <eggyrules at gmail dot com> pkgname=mandown-git -pkgver=r34.cdeae10 +pkgver=r58.fd52093 pkgrel=1 -pkgdesc="Command line application and Python library to download comics from various sources" +pkgdesc="Command line application and Python library to download and convert comics from various sources" url="https://github.com/potatoeggy/mandown" replaces=() arch=("any") @@ -12,6 +12,7 @@ depends=("python-requests" "python-typer" "python-feedparser" "python-beautifulsoup4" + "python-natsort" ) makedepends=("git" "python-setuptools" "python-dephell") provides=() |