summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorayalhw2020-01-07 14:14:32 +0800
committerayalhw2020-01-07 14:14:32 +0800
commitdf0caf71b48a0f190c39acacf4bc03ec0bda2526 (patch)
tree2adcd1148f74ba3bb529de0e6ab6440ba3ff3e0f
parentbf74dcd8bddf9e0c3ace5ee98aa17c17274c21e7 (diff)
downloadaur-df0caf71b48a0f190c39acacf4bc03ec0bda2526.tar.gz
Update Deps
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ee36805b4a2..de5d3912c4a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = yt-popball-git
arch = x86_64
license = GPL3
makedepends = git
- makedepends = qt5-base
depends = qt5-base
provides = yt-popball
conflicts = yt-popball
diff --git a/PKGBUILD b/PKGBUILD
index 8ac505db71b0..13a97921cf1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/yt-theme/popBall"
license=('GPL3')
groups=()
depends=('qt5-base')
-makedepends=('git' 'qt5-base')
+makedepends=('git')
provides=("yt-popball")
conflicts=("yt-popball")
replaces=()