summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen2020-06-10 11:52:54 +0200
committerDanilo Bargen2020-06-10 11:52:54 +0200
commitd5ae7b3fa99c19189f75c60d6e8ba1a3d252b949 (patch)
tree0c5c23c3d725c069a5ac52254f6fd501747d9710
parent2a31cf25587e058d1b9fe91445d72aa2cc3d981e (diff)
downloadaur-d5ae7b3fa99c19189f75c60d6e8ba1a3d252b949.tar.gz
Version r2027.7276ce9f5-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4aacd89c59f4..274b107026b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,21 @@
# Generated by mksrcinfo v8
-# Thu May 14 21:25:04 UTC 2020
+# Wed Jun 10 09:52:36 UTC 2020
pkgbase = librepcb-git
pkgdesc = A free EDA software to develop printed circuit boards (git master)
- pkgver = r2012.96548282f
- pkgrel = 2
+ pkgver = r2027.7276ce9f5
+ pkgrel = 1
url = http://librepcb.org/
arch = x86_64
arch = i686
license = GPL
makedepends = git
makedepends = qt5-tools
+ makedepends = fontobene-qt5
depends = desktop-file-utils
depends = hicolor-icon-theme
depends = qt5-base
depends = qt5-svg
+ depends = quazip
provides = librepcb
conflicts = librepcb
source = git+https://github.com/LibrePCB/LibrePCB
diff --git a/PKGBUILD b/PKGBUILD
index 5b88a3e4f875..e7b00259c6bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Danilo Bargen <aur at dbrgn dot ch>
pkgname=librepcb-git
_fullname=LibrePCB
-pkgver=r2012.96548282f
-pkgrel=2
+pkgver=r2027.7276ce9f5
+pkgrel=1
pkgdesc="A free EDA software to develop printed circuit boards (git master)"
arch=('x86_64' 'i686')
url="http://librepcb.org/"
license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'qt5-base' 'qt5-svg')
-makedepends=('git' 'qt5-tools')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'qt5-base' 'qt5-svg' 'quazip')
+makedepends=('git' 'qt5-tools' 'fontobene-qt5')
provides=('librepcb')
conflicts=('librepcb')
source=('git+https://github.com/LibrePCB/LibrePCB')
@@ -23,7 +23,7 @@ build() {
# Prepare
cd "$srcdir/$_fullname-build"
mkdir build && cd build
- qmake -r ../librepcb.pro PREFIX="${pkgdir}/usr"
+ qmake -r ../librepcb.pro PREFIX="${pkgdir}/usr" CONFIG+=release UNBUNDLE+=quazip UNBUNDLE+=fontobene-qt5
# Compile
make