summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2019-03-28 15:42:34 +0100
committerPhilip Goto2019-03-28 15:42:34 +0100
commit1bc78b46e274f8c1029e93c9db89fd06d2abfa7e (patch)
treefb0354e02119dc903ff2c306293f3eae033c116d
parenta2eb5b4c866fee09638d35eb58132cc6290212b8 (diff)
downloadaur-1bc78b46e274f8c1029e93c9db89fd06d2abfa7e.tar.gz
Update to 0.4.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9193e994dc8..5a9ca8643452 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.4
+ pkgver = 0.4.5
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.4/libspng-v0.4.4.tar.gz
- sha256sums = c859f45a05961c763977d0c80f6bd2075fbcc41bed2dc170539c66036c7a7432
+ source = https://gitlab.com/randy408/libspng/-/archive/v0.4.5/libspng-v0.4.5.tar.gz
+ sha256sums = 69924b59dfa2d52a024d389637fbdd245ba7e7b61fa1347af23d4c9e77814392
pkgname = libspng
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}"