summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-11-30 16:43:17 +0100
committerPhilip Goto2021-11-30 16:43:17 +0100
commitdbb42647a4d16867d6e0996d12c1085646ad13a0 (patch)
tree93db420d56721842a8e7144ad2871d0604c392d1
parentb74fbbb8741d1934e910ba42ec0234a835ccc468 (diff)
downloadaur-dbb42647a4d16867d6e0996d12c1085646ad13a0.tar.gz
Update to 0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3847206d820..f3fcb6c3cb64 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.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://libspng.org/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = libspng
license = BSD
makedepends = meson
depends = zlib
- source = libspng-0.7.0.tar.gz::https://github.com/randy408/libspng/archive/v0.7.0.tar.gz
- sha256sums = 969fb8beda61a2f5089b6acc9f9547acb4acc45000b84f5dcf17a1504f782c55
+ source = libspng-0.7.1.tar.gz::https://github.com/randy408/libspng/archive/v0.7.1.tar.gz
+ sha256sums = 0726a4914ad7155028f3baa94027244d439cd2a2fbe8daf780c2150c4c951d8e
pkgname = libspng
diff --git a/PKGBUILD b/PKGBUILD
index b54d01b3c45d..cd4cfb157efc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=libspng
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc='C library for reading and writing PNG format files with a focus on security and ease of use'
arch=(x86_64 aarch64)
@@ -10,7 +10,7 @@ license=(BSD)
depends=(zlib)
makedepends=(meson)
source=("libspng-${pkgver}.tar.gz::https://github.com/randy408/libspng/archive/v${pkgver}.tar.gz")
-sha256sums=('969fb8beda61a2f5089b6acc9f9547acb4acc45000b84f5dcf17a1504f782c55')
+sha256sums=('0726a4914ad7155028f3baa94027244d439cd2a2fbe8daf780c2150c4c951d8e')
build() {
arch-meson build "libspng-${pkgver}"