summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen2020-05-14 23:25:07 +0200
committerDanilo Bargen2020-05-14 23:25:07 +0200
commit2a31cf25587e058d1b9fe91445d72aa2cc3d981e (patch)
treebd6f6b2ed3f16ac9c8aee79c4b6091862d1258c1
parentbb41596362c28fcba5e8ded6990a6a7d6f080799 (diff)
downloadaur-2a31cf25587e058d1b9fe91445d72aa2cc3d981e.tar.gz
Add qt5-tools to makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71da2d8c407f..4aacd89c59f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Sun May 3 21:16:45 UTC 2020
+# Thu May 14 21:25:04 UTC 2020
pkgbase = librepcb-git
pkgdesc = A free EDA software to develop printed circuit boards (git master)
pkgver = r2012.96548282f
- pkgrel = 1
+ pkgrel = 2
url = http://librepcb.org/
arch = x86_64
arch = i686
license = GPL
makedepends = git
+ makedepends = qt5-tools
depends = desktop-file-utils
depends = hicolor-icon-theme
depends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index 3d8d96292464..5b88a3e4f875 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=librepcb-git
_fullname=LibrePCB
pkgver=r2012.96548282f
-pkgrel=1
+pkgrel=2
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')
+makedepends=('git' 'qt5-tools')
provides=('librepcb')
conflicts=('librepcb')
source=('git+https://github.com/LibrePCB/LibrePCB')