Date: Monday, October 10, 2022 @ 14:59:06 Author: felixonmars Revision: 1326224
upgpkg: haskell-sdl2 2.5.4.0-3: rebuild with vector 0.13.0.0 Modified: haskell-sdl2/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 14:58:59 UTC (rev 1326223) +++ PKGBUILD 2022-10-10 14:59:06 UTC (rev 1326224) @@ -3,16 +3,21 @@ _hkgname=sdl2 pkgname=haskell-sdl2 pkgver=2.5.4.0 -pkgrel=2 +pkgrel=3 pkgdesc="Both high- and low-level bindings to the SDL library" url="https://github.com/haskell-game/sdl2.git" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'sdl2' 'haskell-statevar' 'haskell-linear' 'haskell-vector') -makedepends=('ghc' 'pulseaudio' 'xorg-server-xvfb' 'haskell-weigh') +makedepends=('ghc' 'uusi' 'pulseaudio' 'xorg-server-xvfb' 'haskell-weigh') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") sha256sums=('d5231b6fbf6d83f928168f05f6174b8776d8e97b55228dc8ec3391ef22bc65bc') +prepare() { + cd $_hkgname-$pkgver + uusi -u vector $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
