summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibrewish2020-08-06 13:52:23 +0530
committerLibrewish2020-08-06 13:52:23 +0530
commitd8376d0adb4bdd0bc6c1a9f2631bf4eb04421ec0 (patch)
tree688ee7e3c74896ad357933aa97c8eb72b294822e
parente6998b0c711f86dbafbc7ec6970643715ed5265c (diff)
downloadaur-d8376d0adb4bdd0bc6c1a9f2631bf4eb04421ec0.tar.gz
update
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dea7c9e51fb8..ec7638281cac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = oyster-git
depends = libdesq-git
depends = libdesqui-git
depends = pam
+ depends = qt5-svg
provides = oyster
conflicts = oyster
source = git+https://gitlab.com/Desq/oyster.git
diff --git a/PKGBUILD b/PKGBUILD
index 40c8df819e35..9580c168f486 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A beautiful user interface for mobiles and tablets."
arch=('any')
url="https://gitlab.com/DesQ"
license=('none')
-depends=('libdesq-git' 'libdesqui-git' 'pam')
+depends=('libdesq-git' 'libdesqui-git' 'pam' 'qt5-svg')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")