summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8581bb3a278..9067236987a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Apr 25 16:22:22 UTC 2019
+# Fri Jun 14 08:58:22 UTC 2019
pkgbase = librepcb-appimage
pkgdesc = A free EDA software to develop printed circuit boards (binary AppImage version)
pkgver = 0.1.1
- pkgrel = 3
+ pkgrel = 4
url = http://librepcb.org/
arch = x86_64
license = GPL
@@ -11,6 +11,7 @@ pkgbase = librepcb-appimage
depends = shared-mime-info
depends = hicolor-icon-theme
provides = librepcb
+ conflicts = librepcb
noextract = librepcb-0.1.1-linux-x86_64.AppImage
options = !strip
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 254aa87548bc..9e70322681a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=librepcb-appimage
pkgver=0.1.1
_pkgver=${pkgver/_/-}
-pkgrel=3
+pkgrel=4
pkgdesc="A free EDA software to develop printed circuit boards (binary AppImage version)"
arch=('x86_64')
url="http://librepcb.org/"
license=('GPL')
depends=('desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
provides=('librepcb')
+conflicts=('librepcb')
_appimage="librepcb-${_pkgver}-linux-${arch[0]}.AppImage"
noextract=("${_appimage}")
options=('!strip' '!emptydirs')