summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2020-12-03 16:40:55 +0100
committerD3SOX2020-12-03 16:40:55 +0100
commit5de73c2e897c16322bdcbc4cf14b4338efe1a643 (patch)
tree56e82c35a0b4b26a369ef432ccd044af958eaad4
parent263699d6a950e89bdbfa892c3742b5a0218f410d (diff)
downloadaur-5de73c2e897c16322bdcbc4cf14b4338efe1a643.tar.gz
support 32 bit, update to 7.1.6, remove obsolete provides and conflicts
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 455634f89b4d..13960b6177be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = lazpaint-bin
pkgdesc = Image editor, like PaintBrush or Paint.Net, written in Lazarus (Free Pascal). Binary release (GTK2)
- pkgver = 7.1.5
+ pkgver = 7.1.6
pkgrel = 1
url = https://lazpaint.github.io/
arch = x86_64
+ arch = i686
license = GPL3
depends = gtk2
depends = desktop-file-utils
- provides = lazpaint
- conflicts = lazpaint-qt4
- conflicts = lazpaint-gtk2
- source = https://github.com/bgrabitmap/lazpaint/releases/download/v7.1.5/lazpaint7.1.5_linux64.deb
- sha256sums = 2043e5e104101e8bf2005f64971b31e4cafa8e76ec5803f780d63f39c7d5ff9c
+ 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 f4219321fe0b..94731facad74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
pkgname=lazpaint-bin
_pkgname=lazpaint
-pkgver=7.1.5
+pkgver=7.1.6
pkgrel=1
pkgdesc='Image editor, like PaintBrush or Paint.Net, written in Lazarus (Free Pascal). Binary release (GTK2)'
-arch=('x86_64')
+arch=('x86_64' 'i686')
url='https://lazpaint.github.io/'
license=('GPL3')
depends=('gtk2' 'desktop-file-utils')
-provides=("${_pkgname}")
-conflicts=("${_pkgname}-qt4" "${_pkgname}-gtk2")
-source=("https://github.com/bgrabitmap/${_pkgname}/releases/download/v${pkgver}/lazpaint${pkgver}_linux64.deb")
-sha256sums=('2043e5e104101e8bf2005f64971b31e4cafa8e76ec5803f780d63f39c7d5ff9c')
+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")
+sha256sums_x86_64=('66ecc46318975d34c9f9b3fce8168010b7c22134f350f638b76d8d10c097cf8c')
+sha256sums_i686=('148601cef036c41f955b4e26bb0e5706ab3d744e5a1081c6b5eec88dba57fab9')
package() {
cd "${pkgdir}"