summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
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")