summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zok2021-04-19 13:16:04 +0200
committerTomasz Zok2021-04-19 13:16:04 +0200
commit681f764cbc626a48eb94aa33529b28db2808289f (patch)
treeaa00cb995a0353aa1e99e380a86d951763595443
parente1117d8eb4c4c141f60da20bf6a31bbb0a2d62dc (diff)
downloadaur-681f764cbc626a48eb94aa33529b28db2808289f.tar.gz
Add runtime dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb75cf31423a..c4c947c2a81f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = python-isbg
arch = any
license = GPL
makedepends = python-setuptools
+ depends = python-chardet
+ depends = python-docopt
source = https://files.pythonhosted.org/packages/source/i/isbg/isbg-2.3.1.tar.gz
md5sums = a64acd81a04fb866fd7ae4ae566979d6
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)