summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2019-02-16 13:04:32 +0100
committerPhilip Goto2019-02-16 13:04:32 +0100
commitb19828a522b5bbf647e2d80ce97d9ef6c79c5c71 (patch)
treed2c168b2ba752e8392c7520e3ecf5f34bd289b22
parentcdcca1e7ec14d7047ec3e3a2ee60b998ba751b54 (diff)
downloadaur-b19828a522b5bbf647e2d80ce97d9ef6c79c5c71.tar.gz
Update to 0.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8b71e9988aa..490525f25c90 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.2
+ pkgver = 0.4.3
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.2/libspng-v0.4.2.tar.gz
- sha256sums = ac1b359f645a30f9ce340f58fcf643e19b41db58d71896041fc51d77573194a5
+ source = https://gitlab.com/randy408/libspng/-/archive/v0.4.3/libspng-v0.4.3.tar.gz
+ sha256sums = bc0046f7798d30f8aa061b157808b4acdb734f1f81154879f3b98c49136c1516
pkgname = libspng
diff --git a/PKGBUILD b/PKGBUILD
index ba7bae458c86..7d16a33db00a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=libspng
-pkgver=0.4.2
+pkgver=0.4.3
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=('ac1b359f645a30f9ce340f58fcf643e19b41db58d71896041fc51d77573194a5')
+sha256sums=('bc0046f7798d30f8aa061b157808b4acdb734f1f81154879f3b98c49136c1516')
build() {
arch-meson build "libspng-v${pkgver}"