From 0f361af647b421f1539f521c35a6e32304907d73 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Mon, 25 Sep 2023 18:07:54 +0000
Subject: [PATCH] extra/imlib2 to 1.12.1-1

---
 extra/imlib2/PKGBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/extra/imlib2/PKGBUILD b/extra/imlib2/PKGBUILD
index 9af93d3c5..6258d2b58 100644
--- a/extra/imlib2/PKGBUILD
+++ b/extra/imlib2/PKGBUILD
@@ -6,7 +6,7 @@
 #  - remove --enable-amd64 from configure
 
 pkgname=imlib2
-pkgver=1.12.0
+pkgver=1.12.1
 pkgrel=1
 pkgdesc='Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support'
 url='https://sourceforge.net/projects/enlightenment/'
@@ -25,8 +25,8 @@ optdepends=('libheif: HEIF loader (for AVIF)'
             'libwebp: WEBP loader'
             'openjpeg2: J2K loader')
 source=("https://downloads.sourceforge.net/project/enlightenment/imlib2-src/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('95ff5d4cc17dd9f934c2e7ad151c360f308880a0a7849a6ca43b7c7b9a4bb216')
-sha512sums=('178e1f1a3b9812d6b1c4a389b5c4a7bf229ac68ae725eb1e39979aeab675e55a6e4d62b40e254effafd5279b5fd971795c19b06a822c3771ee8e6f46f1587d66')
+sha256sums=('8c24d2d189c4d5ae602dbf2fc0fbb117aa923eab6c883041f0feeca4e8c6774e')
+sha512sums=('49d1ee7959cad2444dbe3a2b4c122899ad7935712e92ae63e28e33284839edaf942064bf436b29faf6bb99c502d414d97bec2f2c74d7fb09db960b29a33c9d8b')
 
 build() {
   cd "${pkgname}-${pkgver}"