Date: Wednesday, March 22, 2023 @ 02:14:57 Author: felixonmars Revision: 1425476
upgpkg: haskell-indexed-traversable 0.1.2.1-1: rebuild with indexed-traversable 0.1.2.1 Modified: haskell-indexed-traversable/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-22 02:10:53 UTC (rev 1425475) +++ PKGBUILD 2023-03-22 02:14:57 UTC (rev 1425476) @@ -2,8 +2,8 @@ _hkgname=indexed-traversable pkgname=haskell-indexed-traversable -pkgver=0.1.2 -pkgrel=2 +pkgver=0.1.2.1 +pkgrel=1 pkgdesc="FunctorWithIndex, FoldableWithIndex, TraversableWithIndex" url="https://github.com/haskellari/indexed-traversable" license=("BSD") @@ -11,7 +11,7 @@ depends=('ghc-libs') makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('38d2dfc0e45e3eafa1e8827c7f27a64e296902f0193cb61939af74ad6845be067024ac32278a6b5bca1976a2d3ada5820a7a6879d7bf9000730450714a5df9c4') +sha512sums=('22960e94b6cf3c661ae9db7cb8e0ad7d0931bf4bd01ee692c1c026453c6f176fe36acdbe12e8a8552011b3792c2a493d4e17e0996fad0aaa23140d39b1b6d253') prepare() { cd $_hkgname-$pkgver @@ -22,7 +22,7 @@ cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie'
