summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--PKGBUILD~2
3 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb96315b60b7..e281b56c9097 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = logicdraw
- pkgdesc = LogicDraw is an application to perform simulations of logic gates, in which you can paint your circuit like in raster graphics editor.
+ pkgdesc = An application to perform simulations of logic gates, in which you can paint your circuit like in raster graphics editor.
pkgver = 0.1.11
pkgrel = 1
url = https://github.com/Wieku/LogicDraw
@@ -7,6 +7,8 @@ pkgbase = logicdraw
license = MIT
depends = java-runtime
depends = libgl
+ provides = logicdraw
+ conflicts = logicdraw
source = https://ci.wieku.me/job/LogicDraw/11/artifact/desktop/build/libs/LogicDraw-0.1.11.jar
source = logicdraw
source = logicdraw.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 02d966477a3e..1bcc6941e62d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kacper Ɓukawski <kacluk98@gmail.com>
pkgname=logicdraw
pkgver=0.1.11
-pkgrel=1
+pkgrel=2
pkgdesc="An application to perform simulations of logic gates, in which you can paint your circuit like in raster graphics editor."
arch=('any')
url="https://github.com/Wieku/LogicDraw"
diff --git a/PKGBUILD~ b/PKGBUILD~
index 340e5db582f6..98cbd343c54d 100644
--- a/PKGBUILD~
+++ b/PKGBUILD~
@@ -2,7 +2,7 @@
pkgname=logicdraw
pkgver=0.1.11
pkgrel=1
-pkgdesc="LogicDraw is an application to perform simulations of logic gates, in which you can paint your circuit like in raster graphics editor."
+pkgdesc="An application to perform simulations of logic gates, in which you can paint your circuit like in raster graphics editor."
arch=('any')
url="https://github.com/Wieku/LogicDraw"
license=('MIT')