summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c133e84fb455..43424264f719 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,18 @@
# Generated by mksrcinfo v8
-# Tue Apr 23 08:01:42 UTC 2019
+# Thu Apr 25 16:19:49 UTC 2019
pkgbase = librepcb-git
- pkgdesc = A free EDA software to develop printed circuit boards (git version).
+ pkgdesc = A free EDA software to develop printed circuit boards (git master)
pkgver = r1645.c14084c44
- 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
provides = librepcb
- conflicts = librepcb
- conflicts = librepcb-appimage
source = git+https://github.com/LibrePCB/LibrePCB
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8a982d62a5df..caf953f568f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
pkgname=librepcb-git
_fullname=LibrePCB
pkgver=r1645.c14084c44
-pkgrel=1
-pkgdesc="A free EDA software to develop printed circuit boards (git version)."
+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')
-makedepends=('git' 'qt5-tools')
+makedepends=('git')
provides=('librepcb')
-conflicts=('librepcb' 'librepcb-appimage')
source=('git+https://github.com/LibrePCB/LibrePCB')
md5sums=('SKIP')
@@ -23,7 +22,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"
# Compile
make