Date: Thursday, October 6, 2022 @ 10:41:15 Author: felixonmars Revision: 1321931
upgpkg: haskell-sdl2 2.5.4.0-1: rebuild with sdl2 2.5.4.0 Modified: haskell-sdl2/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-06 10:40:58 UTC (rev 1321930) +++ PKGBUILD 2022-10-06 10:41:15 UTC (rev 1321931) @@ -2,8 +2,8 @@ _hkgname=sdl2 pkgname=haskell-sdl2 -pkgver=2.5.3.3 -pkgrel=20 +pkgver=2.5.4.0 +pkgrel=1 pkgdesc="Both high- and low-level bindings to the SDL library" url="https://github.com/haskell-game/sdl2.git" license=("BSD") @@ -11,7 +11,7 @@ depends=('ghc-libs' 'sdl2' 'haskell-statevar' 'haskell-linear' 'haskell-vector') makedepends=('ghc' 'pulseaudio' 'xorg-server-xvfb' 'haskell-weigh') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('aa860444661daffc91ccc28a044bd15200f593443c601efe4f1872680f6f1ba8') +sha256sums=('d5231b6fbf6d83f928168f05f6174b8776d8e97b55228dc8ec3391ef22bc65bc') build() { cd $_hkgname-$pkgver @@ -21,7 +21,7 @@ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie' \ - -f-examples -f-no-linear -f-opengl-example -frecent-ish + -f-examples -f-no-linear -f-opengl-example -frecent-ish -fpkgconfig runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
