summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Kutka2021-02-22 15:23:28 +0100
committerDaniel Kutka2021-02-22 15:23:28 +0100
commita477aaa8a329626e97798d2e1a7909fad3fa8601 (patch)
treedddaf0253257c84f79cab09987d53eab438e0956
parent2ed29929b07c539a66fb0ef430a0aadb2b11b552 (diff)
downloadaur-a477aaa8a329626e97798d2e1a7909fad3fa8601.tar.gz
Add graphicaleffects dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9e7ef87a576..34252a6cab05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = quickddit
pkgdesc = Unofficial reddit client
pkgver = 1.1
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/accumulator/Quickddit.git
arch = x86_64
arch = armv7
@@ -15,6 +15,7 @@ pkgbase = quickddit
depends = youtube-dl
depends = qqc2-suru-style
depends = python-pyotherside
+ depends = qt5-graphicaleffects
source = git+https://github.com/dano6/Quickddit.git#branch=flavors
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a0566f807511..5da428846c68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=quickddit
_pkgname=Quickddit
pkgver=1.1
-pkgrel=4
+pkgrel=5
pkgdesc="Unofficial reddit client"
arch=('x86_64' 'armv7' 'aarch64')
url="https://github.com/accumulator/Quickddit.git"
license=('GPL3')
-depends=(qt5-base qt5-declarative qt5-quickcontrols2 qt5-webengine youtube-dl qqc2-suru-style python-pyotherside)
+depends=(qt5-base qt5-declarative qt5-quickcontrols2 qt5-webengine youtube-dl qqc2-suru-style python-pyotherside qt5-graphicaleffects)
makedepends=('git')
source=('git+https://github.com/dano6/Quickddit.git#branch=flavors')
md5sums=('SKIP')