summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authord.sokol2022-06-10 18:39:33 +0300
committerd.sokol2022-06-10 18:39:33 +0300
commitaf9c8820bd0b24abe50fb6ec16e948525cc0e9be (patch)
treeff3aaffac52914b84b38fc7cae0b13794d246939
parent873925f3263a2b5703d16048fcc5b3c32ebc6d15 (diff)
downloadaur-smokegen-git.tar.gz
fix dependies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d523d81b93a8..921bc0fcc6b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = smokegen-git
license = GPL
makedepends = git
makedepends = cmake
- depends = qt4
provides = smokegen-git
conflicts = smokegen-git
source = git+https://github.com/KDE/smokegen.git
diff --git a/PKGBUILD b/PKGBUILD
index c473de9ab00a..6da15f9e2217 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
url=""
license=('GPL')
groups=()
-depends=('qt4')
+depends=()
makedepends=('git' 'cmake')
provides=("$pkgname")
conflicts=("$pkgname")