summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulio Campagnolo2020-08-21 12:26:41 -0300
committerJulio Campagnolo2020-08-21 12:26:41 -0300
commitf336063acfd741d4092539dcf2df917f8832485d (patch)
treea52e2e751398bc6642d52878c327af66acf24bd7
parent24a3d22a445476b0ce760f836b486d20a91b175a (diff)
downloadaur-f336063acfd741d4092539dcf2df917f8832485d.tar.gz
added provides and conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e45742a1077..7a5d916319cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,8 @@ pkgbase = armorpaint-git
depends = libxinerama
depends = gcc-libs
depends = nodejs
+ provides = armorpaint
+ conflicts = armorpaint
source = git+https://github.com/armory3d/armorpaint
source = armorpaint.sh
source = armorpaint.desktop
diff --git a/PKGBUILD b/PKGBUILD
index da60972bb121..509824542c07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ url="https://armorpaint.org/"
license=('ZLIB')
depends=('mesa' 'alsa-lib' 'libxinerama' 'gcc-libs' 'nodejs')
makedepends=('git' 'nodejs' 'clang' 'make' 'gcc')
-provides='armorpaint'
-conflicts='armorpaint'
+provides=('armorpaint')
+conflicts=('armorpaint')
source=("git+https://github.com/armory3d/armorpaint"
"armorpaint.sh"
"armorpaint.desktop"