summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDanilo Bargen2020-10-24 18:43:37 +0200
committerDanilo Bargen2020-10-24 18:43:37 +0200
commit280970ea89d15be2a4902e7fbf58e91d771e1c23 (patch)
tree45561c62fa31044b9674d9e1ba89e96e7c20d22a /PKGBUILD
parent2c62f6c644163bc00b00182a0846c66427ac7048 (diff)
downloadaur-280970ea89d15be2a4902e7fbf58e91d771e1c23.tar.gz
Fix fontobene-qt5 conflict
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
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" \