summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvantu5z2021-01-19 11:42:13 +0300
committervantu5z2021-01-19 11:42:13 +0300
commit2d59f3bb8fad68433de41edb41d6f7e9827d997d (patch)
tree0c8670e8ac8cb4186698e9942b95231d8149d3c1
parente8a75b006dcb9df58a4bc57e97b75205f0d02491 (diff)
downloadaur-python-qt-material-git.tar.gz
add to deps python-jinja
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28493060335d..79fa4cec19ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-qt-material-git
pkgdesc = This is another stylesheet for PySide6, PySide2 and PyQt5, which looks like Material Design.
pkgver = r100.20201228
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/UN-GCPDS/qt-material
arch = any
license = BSD
makedepends = python-setuptools
depends = python>=3.6
+ depends = python-jinja
provides = python-qt-material
conflicts = python-qt-material
source = python-qt-material-git::git+https://github.com/UN-GCPDS/qt-material.git
diff --git a/PKGBUILD b/PKGBUILD
index 319aad773e12..7de1bdf302e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=python-qt-material-git
pkgver=r100.20201228
-pkgrel=1
+pkgrel=2
pkgdesc="This is another stylesheet for PySide6, PySide2 and PyQt5, which looks like Material Design."
url="https://github.com/UN-GCPDS/qt-material"
-depends=('python>=3.6')
+depends=('python>=3.6' 'python-jinja')
makedepends=('python-setuptools')
license=('BSD')
arch=('any')