summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHollow Man2021-12-23 16:01:52 +0800
committerHollow Man2021-12-23 16:01:52 +0800
commit6dc4d3897b763fe9cc2b981b189908d89a4d7ac3 (patch)
tree31e324e8b3b38d1a421a984a640fa2c6ab97749f /PKGBUILD
parente8314cb6c58d33283bc202ff431407da000e3366 (diff)
downloadaur-ibus-theme-tools.tar.gz
Add python-tinycss2 dependency
Signed-off-by: Hollow Man <hollowman@opensuse.org>
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c86915710cb8..d15238f4f317 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('any')
url="https://github.com/openSUSE/${_pkgname}"
license=('GPL-3.0+')
makedepends=("python-setuptools")
-depends=("python")
+depends=('python' 'python-tinycss2' 'gettext')
source=("https://github.com/openSUSE/${_pkgname}/archive/${_commit}/${_pkgname}-${_commit}.tar.gz")
sha512sums=('SKIP')
package() {