summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 806803826248..89b4ec246fb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=libspng
-pkgver=0.4.4
+pkgver=0.4.5
pkgrel=1
pkgdesc="C library for reading and writing PNG format files with a focus on security and ease of use"
arch=(i686 x86_64 armv6h armv7h)
@@ -12,7 +12,7 @@ makedepends=(meson)
#checkdepends=(libpng)
conflicts=(libspng-git)
source=("https://gitlab.com/randy408/libspng/-/archive/v${pkgver}/libspng-v${pkgver}.tar.gz")
-sha256sums=('c859f45a05961c763977d0c80f6bd2075fbcc41bed2dc170539c66036c7a7432')
+sha256sums=('69924b59dfa2d52a024d389637fbdd245ba7e7b61fa1347af23d4c9e77814392')
build() {
arch-meson build "libspng-v${pkgver}"