summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2018-11-29 15:17:56 +0100
committerPhilip Goto2018-11-29 15:17:56 +0100
commit824dcc91dd22925d3dba5ee27dab49f087d3dd9c (patch)
tree81eb578ec73cca213094e359fc542a3335065289 /PKGBUILD
parentc9edde2a631d1975f987fac81aaf56de5ae6c26a (diff)
downloadaur-824dcc91dd22925d3dba5ee27dab49f087d3dd9c.tar.gz
Update to 0.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 494673727617..b1b8c3f2426f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=libspng
-pkgver=0.3.1
+pkgver=0.4.0
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")
-md5sums=('8b4ca63f52cfc5034754341d1544b2dd')
+md5sums=('ae152da25d1cce7c392a0c1e81d22cb4')
build() {
cd libspng-v${pkgver}