summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPete Alexandrou2017-01-07 02:47:14 +0800
committerPete Alexandrou2017-01-07 02:47:14 +0800
commitb73ec789b63837964a7d4927182bebb294cdba67 (patch)
treef2d6bc8c1b42cc34f0a305ea1931f59b01e2108a /PKGBUILD
parent67c2e7dfd52bad7cbc0f2bf467dafe4da5a00e3f (diff)
downloadaur-b73ec789b63837964a7d4927182bebb294cdba67.tar.gz
qtawesome readded to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e0ad02ac94d..a3281d002741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
license=('GPL3')
url="http://vidcutter.ozmartians.com"
source=(https://github.com/ozmartian/${pkgname}/archive/${pkgver}.tar.gz)
-depends=('python-pyqt5' 'qt5-multimedia' 'ffmpeg')
+depends=('python-pyqt5' 'qt5-multimedia' 'ffmpeg' 'python-qtawesome-git')
makedepends=('git' 'sed' 'python-setuptools')
install=${pkgname}.install
provides=()