Date: Friday, March 25, 2022 @ 21:00:21 Author: felixonmars Revision: 1176678
upgpkg: haskell-optics-th 0.4.1-1: rebuild with optics-core 0.4.1, optics-extra 0.4.1, optics-th 0.4.1 Modified: haskell-optics-th/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-25 20:59:41 UTC (rev 1176677) +++ PKGBUILD 2022-03-25 21:00:21 UTC (rev 1176678) @@ -2,8 +2,8 @@ _hkgname=optics-th pkgname=haskell-optics-th -pkgver=0.4 -pkgrel=7 +pkgver=0.4.1 +pkgrel=1 pkgdesc="Optics construction using TemplateHaskell" url="https://github.com/well-typed/optics" license=('BSD') @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-optics-core' 'haskell-th-abstraction') makedepends=('ghc' 'uusi' 'haskell-tagged') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('63e7aa80b4d34de5c31995162f66bea09456d8d2c57ab8a35fbd3094af350540ebae01e74c79c045c0d981e618c74c8c59051ddf5d841df5058c790ffc1c0d0c') +sha512sums=('d2cb1c07e4b1a7cc4dbc5a33da066dd7671ec1e77b2ddd42098d16db135b39c371e5ca31f48d0ff426ffb065866fce0605ed790f385c8d40fe3ab54bf9c16c2e') 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 runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
