summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen2023-09-25 10:18:15 +0200
committerDanilo Bargen2023-09-25 10:18:15 +0200
commit0b9780c54f3843d0402513b6d72ebe2b7707fa83 (patch)
tree436d93f239470faa9e6093e356aef7e3e3a60b83
parentad2dbd4ed24309f350ccbc1fc0af2dd726ac5cbf (diff)
downloadaur-0b9780c54f3843d0402513b6d72ebe2b7707fa83.tar.gz
Add qt5-quickcontrols2 dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c025214dd98d..124eefe9a24d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = librepcb
pkgdesc = A free EDA software to develop printed circuit boards
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://librepcb.org/
arch = x86_64
arch = i686
@@ -18,6 +18,7 @@ pkgbase = librepcb
depends = polyclipping
depends = qt5-base
depends = qt5-declarative
+ depends = qt5-quickcontrols2
depends = qt5-svg
depends = quazip
source = https://download.librepcb.org/releases/1.0.0/librepcb-1.0.0-source.zip
diff --git a/PKGBUILD b/PKGBUILD
index f7852c05e139..af6340573427 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=librepcb
pkgver=1.0.0
_pkgver=${pkgver/_/-}
-pkgrel=1
+pkgrel=2
pkgdesc="A free EDA software to develop printed circuit boards"
arch=('x86_64' 'i686')
url="https://librepcb.org/"
@@ -22,6 +22,7 @@ depends=(
'polyclipping'
'qt5-base'
'qt5-declarative'
+ 'qt5-quickcontrols2'
'qt5-svg'
'quazip'
)