summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-08 14:53:41 -0300
committerGonzalo Exequiel Pedone2024-03-08 14:53:41 -0300
commitc7f80a2673ac6f8026264083c609c6441dbe2a8f (patch)
tree219d56739b1c0b7f0c16920689b753fd951c4bec /PKGBUILD
parent72b3f750b848101cdb06bed20113e2094aebf355 (diff)
downloadaur-c7f80a2673ac6f8026264083c609c6441dbe2a8f.tar.gz
Package updated to 0.43.4.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6614be776b3..c19c180377cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_android_arch=x86-64
pkgname=android-${_android_arch}-pixman
-pkgver=0.43.2
+pkgver=0.43.4
pkgrel=1
pkgdesc="The pixel-manipulation library for X and cairo (android)"
arch=('any')
@@ -15,7 +15,7 @@ options=(!strip !buildflags staticlibs !emptydirs)
makedepends=("android-meson"
"android-${_android_arch}-libpng")
source=("http://xorg.freedesktop.org/releases/individual/lib/pixman-${pkgver}.tar.xz")
-sha512sums=('1a1d21b86b3c6784c4c2606b7069723b4dbb747eac9fce95bca86516787840379ffd49abc42d11e7143e85c32c85496f33c2562c7a910ca6f963599affdc3224')
+md5sums=('ca6767b8056637d690cd17970daf4b18')
build() {
cd "${srcdir}/pixman-${pkgver}"