summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6248971dd2d8..aca6e6ad4996 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aseprite
pkgdesc = Create animated sprites and pixel art
- pkgver = 1.2.32
+ pkgver = 1.2.33
pkgrel = 1
url = https://www.aseprite.org/
arch = x86_64
@@ -31,8 +31,8 @@ pkgbase = aseprite
depends = libgl
depends = libfontconfig.so
depends = libxcursor
- noextract = Aseprite-v1.2.32-Source.zip
- source = https://github.com/aseprite/aseprite/releases/download/v1.2.32/Aseprite-v1.2.32-Source.zip
+ noextract = Aseprite-v1.2.33-Source.zip
+ source = https://github.com/aseprite/aseprite/releases/download/v1.2.33/Aseprite-v1.2.33-Source.zip
source = git+https://github.com/aseprite/skia.git#branch=aseprite-m96
source = desktop.patch
source = shared-fmt.patch
@@ -40,7 +40,7 @@ pkgbase = aseprite
source = shared-libwebp.patch
source = shared-skia-deps.patch
source = optional-pixman.patch
- sha256sums = 458ef8c526df12f90f3ebe769e80557b8d1ea184c5948936612775b0f591a877
+ sha256sums = c3a86005f59483fcfcedae89bf82dfc6f82bba8d5244835ca4c005beab31435b
sha256sums = SKIP
sha256sums = 8b14e36939e930de581e95abf0591645aa0fcfd47161cf88b062917dbaaef7f9
sha256sums = 821f1354dbbc0bb3fa700e63037ed3c89b0d32bd2ab253450f91eeacd7d47c06
diff --git a/PKGBUILD b/PKGBUILD
index a1c1a69c9958..bc21b41bfb34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# Contributor: Kamil BiduĊ› <kamil.bidus@gmail.com>
pkgname=aseprite
-pkgver=1.2.32
+pkgver=1.2.33
pkgrel=1
pkgdesc='Create animated sprites and pixel art'
arch=('x86_64')
@@ -45,7 +45,7 @@ source=("https://github.com/aseprite/aseprite/releases/download/v$pkgver/Aseprit
shared-skia-deps.patch
optional-pixman.patch)
noextract=("${source[0]##*/}") # Don't extract Aseprite sources at the root
-sha256sums=('458ef8c526df12f90f3ebe769e80557b8d1ea184c5948936612775b0f591a877'
+sha256sums=('c3a86005f59483fcfcedae89bf82dfc6f82bba8d5244835ca4c005beab31435b'
'SKIP'
'8b14e36939e930de581e95abf0591645aa0fcfd47161cf88b062917dbaaef7f9'
'821f1354dbbc0bb3fa700e63037ed3c89b0d32bd2ab253450f91eeacd7d47c06'