Date: Thursday, December 1, 2022 @ 15:30:03 Author: felixonmars Revision: 1355626
upgpkg: haskell-sdl2 2.5.4.0-9: rebuild with linear 1.22 Modified: haskell-sdl2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-01 15:26:51 UTC (rev 1355625) +++ PKGBUILD 2022-12-01 15:30:03 UTC (rev 1355626) @@ -3,7 +3,7 @@ _hkgname=sdl2 pkgname=haskell-sdl2 pkgver=2.5.4.0 -pkgrel=8 +pkgrel=9 pkgdesc="Both high- and low-level bindings to the SDL library" url="https://github.com/haskell-game/sdl2.git" license=("BSD") @@ -15,7 +15,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -u vector $_hkgname.cabal + uusi -u linear -u vector $_hkgname.cabal } build() {
