Date: Saturday, March 11, 2023 @ 02:13:01 Author: felixonmars Revision: 1417997
upgpkg: haskell-generically 0.1.1-1: rebuild with generically 0.1.1 Modified: haskell-generically/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-11 02:07:46 UTC (rev 1417996) +++ PKGBUILD 2023-03-11 02:13:01 UTC (rev 1417997) @@ -2,7 +2,7 @@ _hkgname=generically pkgname=haskell-generically -pkgver=0.1 +pkgver=0.1.1 pkgrel=1 pkgdesc="Generically newtype to use with DerivingVia" url="https://github.com/haskell-compat/generically.git" @@ -11,7 +11,7 @@ depends=('ghc-libs') makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('d5b72880e1d00b24b6c221978d060bea620acc412cdcb62521f3016cbd3f2b71') +sha256sums=('04c5a436bec4b041f71a733f56a1bd7f435f63dde8d3eb5c1f48d55b4dbc43cf') prepare() { cd $_hkgname-$pkgver @@ -23,11 +23,11 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie' - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
