summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen2020-05-26 00:08:41 +0200
committerDanilo Bargen2020-05-26 00:08:41 +0200
commitbcba509b0f4dbe13d269be76ed64b5a22162c7bb (patch)
tree5d5e426e4465432d52061dbce75af347c2f037dc
parent83ad03e8ebae9018568351e572e3f81ecffbf126 (diff)
downloadaur-bcba509b0f4dbe13d269be76ed64b5a22162c7bb.tar.gz
Explicitly create release build
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97cb68d4d1e6..fe36179e35c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu May 14 21:22:31 UTC 2020
+# Mon May 25 22:08:33 UTC 2020
pkgbase = librepcb
pkgdesc = A free EDA software to develop printed circuit boards
pkgver = 0.1.4
- pkgrel = 2
+ pkgrel = 3
url = http://librepcb.org/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8a9a8eaca761..7d7ffbbf38a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=librepcb
pkgver=0.1.4
_pkgver=${pkgver/_/-}
-pkgrel=2
+pkgrel=3
pkgdesc="A free EDA software to develop printed circuit boards"
arch=('x86_64' 'i686')
url="http://librepcb.org/"
@@ -29,7 +29,7 @@ validpgpkeys=('D6F9AF572228C5BCD6B538407EF3061F5C8D5E25')
build() {
cd "${srcdir}/librepcb-${_pkgver}/"
mkdir -p build && cd build
- qmake -r ../librepcb.pro PREFIX="${pkgdir}/usr"
+ qmake -r ../librepcb.pro CONFIG+=release PREFIX="${pkgdir}/usr"
make
}