summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen2019-06-14 10:58:40 +0200
committerDanilo Bargen2019-06-14 10:58:43 +0200
commit0ec72f1cbf7bc92cd97277200551f143a06ccebf (patch)
tree6699c0719ccb6417faffef92293626e83e1f8f4b
parent3dae0810d7c3ecc6576f601294da78042848d3d9 (diff)
downloadaur-0ec72f1cbf7bc92cd97277200551f143a06ccebf.tar.gz
Version 0.1.1-4 (add conflicts)
-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')