summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomasz Zok2021-04-19 13:16:04 +0200
committerTomasz Zok2021-04-19 13:16:04 +0200
commit681f764cbc626a48eb94aa33529b28db2808289f (patch)
treeaa00cb995a0353aa1e99e380a86d951763595443 /PKGBUILD
parente1117d8eb4c4c141f60da20bf6a31bbb0a2d62dc (diff)
downloadaur-python-isbg.tar.gz
Add runtime dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76c1e902a1e5..d8d60d9a4463 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="isbg is a script and a python 3 module that makes it easy to scan an IM
arch=(any)
url="https://isbg.gitlab.io/isbg/"
license=(GPL)
-depends=()
+depends=(python-chardet python-docopt)
makedepends=(python-setuptools)
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
md5sums=(a64acd81a04fb866fd7ae4ae566979d6)