diff --git a/sdl2/PSPBUILD b/sdl2/PSPBUILD index e11b645..5759558 100644 --- a/sdl2/PSPBUILD +++ b/sdl2/PSPBUILD @@ -1,6 +1,6 @@ pkgname=sdl2 -pkgver=2.30.2 -pkgrel=4 +pkgver=2.30.4 +pkgrel=1 pkgdesc="a library designed to provide low level access to audio, input, and graphics hardware" arch=('mips') url="https://wiki.libsdl.org/SDL2/FrontPage" @@ -11,17 +11,11 @@ optdepends=() provides=('sdl2-main') source=( "https://github.com/libsdl-org/SDL/releases/download/release-${pkgver}/SDL2-${pkgver}.tar.gz" - "https://github.com/libsdl-org/SDL/pull/9953.patch" - "https://github.com/libsdl-org/SDL/pull/9970.patch" - "https://github.com/libsdl-org/SDL/pull/9977.patch" "CMakeLists.txt.sample" "main.c.sample" ) sha256sums=( - "891d66ac8cae51361d3229e3336ebec1c407a8a2a063b61df14f5fdf3ab5ac31" - "f465c3914901fa6e49e5389c8bb5ec2ede21a620c431b8fd6bc55e315ddb5523" - "cc1c85198aa66023d0c3cb2117d855d699908da216357d195bfe4c8415ab7cbd" - "ce36079fe087a3e7956aa719b0687c797ade2387943e8d23feb39489ba88fcb2" + "59c89d0ed40d4efb23b7318aa29fe7039dbbc098334b14f17f1e7e561da31a26" "SKIP" "SKIP" ) @@ -29,8 +23,6 @@ sha256sums=( prepare() { cd "${srcdir}/SDL2-${pkgver}" sed -i '/^prefix=/s/=.*$/=${PSPDEV}\/psp/' sdl2.pc.in - - patch -p1 < ../9953.patch } build() {