summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2022-06-08 15:41:36 +0430
committerAli Molaei2022-06-08 15:41:36 +0430
commit8ba70e1a946c038317bab65bbd20af555a88be4e (patch)
treeda8ad98ec6789020e177947dcf9a39ec213fec82
parent9068c134e32aab7ec3d61f54dc29c4e9f74f371f (diff)
downloadaur-8ba70e1a946c038317bab65bbd20af555a88be4e.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 717a9fcb4594..c7c6e6ea5bd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = qt-aseman
pkgdesc = A set of C++ and QML tools and modules that helps you develop your projects easier and better.
pkgver = 3.1.5
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/Aseman-Land/QtAseman
arch = x86_64
license = LGPL3
makedepends = gcc
makedepends = make
- makedepends = qt5-base
makedepends = git
+ makedepends = qt5-base
+ makedepends = qt5-multimedia
+ makedepends = qt5-quickcontrols2
options = !emptydirs
options = !strip
source = git+https://github.com/Aseman-Land/QtAseman.git#tag=v3.1.5
diff --git a/PKGBUILD b/PKGBUILD
index a7bb71bd85b4..fac4c2c438de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=qt-aseman
pkgver=3.1.5
-pkgrel=4
+pkgrel=5
pkgdesc="A set of C++ and QML tools and modules that helps you develop your projects easier and better."
arch=('x86_64')
url="https://github.com/Aseman-Land/QtAseman"
license=('LGPL3')
-makedepends=('gcc' 'make' 'qt5-base' 'git')
+makedepends=('gcc' 'make' 'git' 'qt5-base' 'qt5-multimedia' 'qt5-quickcontrols2')
options=('!emptydirs' '!strip')
# Source to compile to a specific tag