summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2019-01-19 14:24:45 +0100
committerPhilip Goto2019-01-19 14:24:45 +0100
commitcdcca1e7ec14d7047ec3e3a2ee60b998ba751b54 (patch)
treea4d9e74f2b3501a8a357318b0421e249b2b008c3
parent51c05634ade5fcdb204b304dbb1451112c4acab4 (diff)
downloadaur-cdcca1e7ec14d7047ec3e3a2ee60b998ba751b54.tar.gz
Update to 0.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51c421f07cb2..e8b71e9988aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libspng
pkgdesc = C library for reading and writing PNG format files with a focus on security and ease of use
- pkgver = 0.4.1
+ pkgver = 0.4.2
pkgrel = 1
url = https://libspng.org/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = libspng
makedepends = meson
depends = zlib
conflicts = libspng-git
- source = https://gitlab.com/randy408/libspng/-/archive/v0.4.1/libspng-v0.4.1.tar.gz
- sha256sums = 4d27f8e201c0c940e81e6eb3b7a563ced3555e9902cd598bcd7dea8463c8ea24
+ source = https://gitlab.com/randy408/libspng/-/archive/v0.4.2/libspng-v0.4.2.tar.gz
+ sha256sums = ac1b359f645a30f9ce340f58fcf643e19b41db58d71896041fc51d77573194a5
pkgname = libspng
diff --git a/PKGBUILD b/PKGBUILD
index 5f60fcfeb788..ba7bae458c86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=libspng
-pkgver=0.4.1
+pkgver=0.4.2
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=('4d27f8e201c0c940e81e6eb3b7a563ced3555e9902cd598bcd7dea8463c8ea24')
+sha256sums=('ac1b359f645a30f9ce340f58fcf643e19b41db58d71896041fc51d77573194a5')
build() {
arch-meson build "libspng-v${pkgver}"