summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63754c406512..bb51af52e2cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 18 21:25:14 UTC 2016
+# Mon Oct 22 12:57:21 UTC 2018
pkgbase = librepcb-git
- pkgdesc = LibrePCB is a free EDA software to develop printed circuit boards.
- pkgver = r701.ca26c95
+ pkgdesc = A free EDA software to develop printed circuit boards (git version).
+ pkgver = r848.5589e5596
pkgrel = 1
url = http://librepcb.org/
install = librepcb-git.install
@@ -10,10 +10,12 @@ pkgbase = librepcb-git
arch = i686
license = GPL
makedepends = git
- makedepends = qconf
- depends = qt5-tools
+ makedepends = qt5-tools
+ depends = qt5-base
depends = desktop-file-utils
depends = shared-mime-info
+ depends = openssl
+ depends = zlib
provides = librepcb
conflicts = librepcb
source = git+https://github.com/LibrePCB/LibrePCB
diff --git a/PKGBUILD b/PKGBUILD
index ff2ff7ba42c4..e6179e784c1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@ pkgname=librepcb-git
_fullname=LibrePCB
pkgver=r848.5589e5596
pkgrel=1
-pkgdesc="LibrePCB is a free EDA software to develop printed circuit boards."
+pkgdesc="A free EDA software to develop printed circuit boards (git version)."
arch=('x86_64' 'i686')
url="http://librepcb.org/"
license=('GPL')
-depends=('qt5-tools' 'desktop-file-utils' 'shared-mime-info' 'openssl' 'zlib')
-makedepends=('git' 'qconf')
+depends=('qt5-base' 'desktop-file-utils' 'shared-mime-info' 'openssl' 'zlib')
+makedepends=('git' 'qt5-tools')
provides=('librepcb')
conflicts=('librepcb')
install=${pkgname}.install