summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b89e9baefd38..e23e9d038062 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = librepcb
pkgdesc = A free EDA software to develop printed circuit boards
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://librepcb.org/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 6b6bdd71a677..f69ff23e31ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# for more details # on package signing.
pkgname=librepcb
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A free EDA software to develop printed circuit boards"
arch=('x86_64' 'i686')
url="https://librepcb.org/"
@@ -61,6 +61,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DLIBREPCB_SHARE=/usr/share/librepcb \
+ -DQT_MAJOR_VERSION=6 \
-DUNBUNDLE_FONTOBENE_QT=1 \
-DUNBUNDLE_MUPARSER=1 \
-DUNBUNDLE_POLYCLIPPING=1 \