summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2021-03-24 14:24:46 +0100
committerD3SOX2021-03-24 14:24:46 +0100
commit07471749f1017b0c2bc797f66e3b2723cd712e53 (patch)
tree33343ad8481416186a5cec7bab42e08dcc2b7765
parent5de73c2e897c16322bdcbc4cf14b4338efe1a643 (diff)
downloadaur-07471749f1017b0c2bc797f66e3b2723cd712e53.tar.gz
add conflicts and provides
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13960b6177be..d52503d8860c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,10 +8,11 @@ pkgbase = lazpaint-bin
license = GPL3
depends = gtk2
depends = desktop-file-utils
+ provides = lazpaint
+ conflicts = lazpaint
source_x86_64 = https://github.com/bgrabitmap/lazpaint/releases/download/v7.1.6/lazpaint7.1.6_linux64.deb
sha256sums_x86_64 = 66ecc46318975d34c9f9b3fce8168010b7c22134f350f638b76d8d10c097cf8c
source_i686 = https://github.com/bgrabitmap/lazpaint/releases/download/v7.1.6/lazpaint7.1.6_linux32.deb
sha256sums_i686 = 148601cef036c41f955b4e26bb0e5706ab3d744e5a1081c6b5eec88dba57fab9
pkgname = lazpaint-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 94731facad74..5414d76be891 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ pkgdesc='Image editor, like PaintBrush or Paint.Net, written in Lazarus (Free Pa
arch=('x86_64' 'i686')
url='https://lazpaint.github.io/'
license=('GPL3')
+provides=("$_pkgname")
+conflicts=("$_pkgname")
depends=('gtk2' 'desktop-file-utils')
source_x86_64=("https://github.com/bgrabitmap/${_pkgname}/releases/download/v${pkgver}/lazpaint${pkgver}_linux64.deb")
source_i686=("https://github.com/bgrabitmap/${_pkgname}/releases/download/v${pkgver}/lazpaint${pkgver}_linux32.deb")