summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c719644d056a..c32666657c97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sat Oct 24 10:32:48 UTC 2020
pkgbase = librepcb
pkgdesc = A free EDA software to develop printed circuit boards
pkgver = 0.1.5
- pkgrel = 2
+ pkgrel = 3
url = http://librepcb.org/
arch = x86_64
arch = i686
@@ -15,6 +13,7 @@ pkgbase = librepcb
depends = qt5-svg
source = https://download.librepcb.org/releases/0.1.5/librepcb-0.1.5-source.zip
source = https://download.librepcb.org/releases/0.1.5/librepcb-0.1.5-source.zip.asc
+ validpgpkeys = D6F9AF572228C5BCD6B538407EF3061F5C8D5E25
sha256sums = f956dfa5b9ad1faffcab7f5dd03f158c2b97a7c82cfc9a09dc4066cbcf0db76a
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a671c6d1ceeb..f031755f77c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=librepcb
pkgver=0.1.5
_pkgver=${pkgver/_/-}
-pkgrel=2
+pkgrel=3
pkgdesc="A free EDA software to develop printed circuit boards"
arch=('x86_64' 'i686')
url="http://librepcb.org/"
@@ -41,6 +41,9 @@ package() {
cd "${srcdir}/librepcb-${_pkgver}/build/"
make install
+ # Clean up: https://github.com/LibrePCB/LibrePCB/issues/778
+ rm -rf "${pkgdir}/usr/include/fontobene-qt5/"
+
# Install development utils
install -s -m 755 \
"${srcdir}/librepcb-${_pkgver}/build/output/uuid-generator" \