summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2021-11-02 20:49:24 +0100
committerMichel Zou2021-11-02 20:49:24 +0100
commit2296b7380b9457e655ff6aa7a6288b4fdbacdec9 (patch)
tree612afce2a5730c1d6e2929f918bead499d4771f3 /PKGBUILD
parent48bba6f7a31d330fd3f449b398a91cfcfb841aca (diff)
downloadaur-psp-zlib.tar.gz
1.2.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adc057419b2f..13a506f23ebc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,5 @@
-# Maintainer: xantares <xantares09 at hotmail dot com>
-
pkgname=psp-zlib
-pkgver=1.2.8
+pkgver=1.2.11
pkgrel=1
pkgdesc="Compression library implementing the deflate compression method found in gzip and PKZIP (psp)"
arch=(any)
@@ -13,7 +11,7 @@ makedepends=('psp-gcc')
options=('!buildflags' '!strip' 'staticlibs')
source=("http://sourceforge.net/projects/libpng/files/zlib/${pkgver}/zlib-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/pspdev/psplibraries/master/patches/zlib-${pkgver}-PSP.patch")
-md5sums=('44d667c142d7cda120332623eab69f40'
+sha256sums=('c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1'
'SKIP')
prepare() {