Date: Tuesday, March 22, 2022 @ 23:17:19 Author: felixonmars Revision: 1170740
upgpkg: haskell-terminal-size 0.3.3-1: rebuild with terminal-size 0.3.3 Modified: haskell-terminal-size/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-22 23:16:37 UTC (rev 1170739) +++ PKGBUILD 2022-03-22 23:17:19 UTC (rev 1170740) @@ -3,8 +3,8 @@ _hkgname=terminal-size pkgname=haskell-terminal-size -pkgver=0.3.2.1 -pkgrel=24 +pkgver=0.3.3 +pkgrel=1 pkgdesc="Get terminal window height and width" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -12,13 +12,13 @@ depends=('ghc-libs') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('1e04705dda8ade9a06f8b369f1033a93ffb94a1b959a556e11f2373b25924adbbab4be0f3e077394e1023e0054044739df13406b69153c1542f4083be82a1584') +sha512sums=('eff444205905337503e208ae2ce925713c4ebdf1a92bdd915feef2f85a8d936d74c727b01e570aed64c151797b23800220460d520a0df0830b5419ad51d7f310') build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
