summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlpxl2022-04-18 23:25:34 -0300
committerlpxl2022-04-18 23:25:34 -0300
commita964cf502f15f0fe242d911339d49647ab1c51c8 (patch)
tree7c6b4ec9e408668098142dfccbd8e4774ed2e486
parent110a130bd904f3dc3115692547da24b0fa2990d2 (diff)
downloadaur-a964cf502f15f0fe242d911339d49647ab1c51c8.tar.gz
Update to 0.10
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
-rw-r--r--com.orama_interactive.Pixelorama.appdata.xml1
3 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e70f3a68ad2..e10b29a72b3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pixelorama-bin
pkgdesc = A free & open-source 2D sprite editor, made with the Godot Engine
- pkgver = 0.9.2
+ pkgver = 0.10
pkgrel = 1
url = https://orama-interactive.itch.io/pixelorama
arch = i686
@@ -23,9 +23,9 @@ pkgbase = pixelorama-bin
sha256sums = a65cff77a3e22307033b0773a747f5deeeb7df4717f6232ecb810868ed4dbbdf
sha256sums = 5d9b6e1a44b07bfcfbf4fb3575d30df457571335c0c200f4130af51884f34b99
sha256sums = 07ddf85025568856f9b92fb7193589dd055c749c563aa9b2d4e943eb53ef61f9
- source_i686 = Pixelorama-0.9.2-32bit.tar.gz::https://github.com/Orama-Interactive/Pixelorama/releases/download/v0.9.2/linux-32bit.tar.gz
- sha256sums_i686 = f53458ad9749666fd2d732e07afcc91feac81b748180f1fbeef4b48c1e0a6b82
- source_x86_64 = Pixelorama-0.9.2-64bit.tar.gz::https://github.com/Orama-Interactive/Pixelorama/releases/download/v0.9.2/linux-64bit.tar.gz
- sha256sums_x86_64 = f5ed9526fe9b92d0804eaffa445ec3c43ff929dfc4ca7c093fcd230d5a786235
+ source_i686 = Pixelorama-0.10-32bit.tar.gz::https://github.com/Orama-Interactive/Pixelorama/releases/download/v0.10/Pixelorama.Linux-32bit.tar.gz
+ sha256sums_i686 = ce9cbc7aba2aecdcce3bc9be06ed570a9fcd1adb936eaf8de00a29d672f16c59
+ source_x86_64 = Pixelorama-0.10-64bit.tar.gz::https://github.com/Orama-Interactive/Pixelorama/releases/download/v0.10/Pixelorama.Linux-64bit.tar.gz
+ sha256sums_x86_64 = 92eda8c24cb57f8206b24aae37bf93f9f87b966455d5ef623f14654e4543cf44
pkgname = pixelorama-bin
diff --git a/PKGBUILD b/PKGBUILD
index f9ce46419fd0..9694834421a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hilton Medeiros <medeiros.hilton@gmail.com>
_pkgname=Pixelorama
pkgname=pixelorama-bin
-pkgver=0.9.2
+pkgver=0.10
pkgrel=1
pkgdesc="A free & open-source 2D sprite editor, made with the Godot Engine"
arch=('i686' 'x86_64')
@@ -11,14 +11,14 @@ depends=('libxi' 'libxrandr' 'libglvnd' 'libxcursor' 'libxinerama' 'hicolor-icon
provides=('pixelorama')
conflicts=('pixelorama' 'pixelorama-git')
source=("pixelorama.png" "com.orama_interactive.Pixelorama.appdata.xml" "com.orama_interactive.Pixelorama.desktop" "LICENSE")
-source_i686=("$_pkgname-$pkgver-32bit.tar.gz::https://github.com/Orama-Interactive/$_pkgname/releases/download/v$pkgver/linux-32bit.tar.gz")
-source_x86_64=("$_pkgname-$pkgver-64bit.tar.gz::https://github.com/Orama-Interactive/$_pkgname/releases/download/v$pkgver/linux-64bit.tar.gz")
+source_i686=("$_pkgname-$pkgver-32bit.tar.gz::https://github.com/Orama-Interactive/$_pkgname/releases/download/v$pkgver/$_pkgname.Linux-32bit.tar.gz")
+source_x86_64=("$_pkgname-$pkgver-64bit.tar.gz::https://github.com/Orama-Interactive/$_pkgname/releases/download/v$pkgver/$_pkgname.Linux-64bit.tar.gz")
sha256sums=('dd7cba7e5f41ca001aaa297a27c816308f430cbbacaf717da94ebab2b9803b54'
'a65cff77a3e22307033b0773a747f5deeeb7df4717f6232ecb810868ed4dbbdf'
'5d9b6e1a44b07bfcfbf4fb3575d30df457571335c0c200f4130af51884f34b99'
'07ddf85025568856f9b92fb7193589dd055c749c563aa9b2d4e943eb53ef61f9')
-sha256sums_i686=('f53458ad9749666fd2d732e07afcc91feac81b748180f1fbeef4b48c1e0a6b82')
-sha256sums_x86_64=('f5ed9526fe9b92d0804eaffa445ec3c43ff929dfc4ca7c093fcd230d5a786235')
+sha256sums_i686=('ce9cbc7aba2aecdcce3bc9be06ed570a9fcd1adb936eaf8de00a29d672f16c59')
+sha256sums_x86_64=('92eda8c24cb57f8206b24aae37bf93f9f87b966455d5ef623f14654e4543cf44')
package() {
install -d "$pkgdir/opt/$pkgname"
diff --git a/com.orama_interactive.Pixelorama.appdata.xml b/com.orama_interactive.Pixelorama.appdata.xml
index 2fe04999d044..e50c1fbad886 100644
--- a/com.orama_interactive.Pixelorama.appdata.xml
+++ b/com.orama_interactive.Pixelorama.appdata.xml
@@ -31,6 +31,7 @@
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
+ <release version="0.10" date="2022-04-15"/>
<release version="0.9.2" date="2022-01-21"/>
<release version="0.9.1" date="2021-12-20"/>
<release version="0.9" date="2021-09-18"/>