Date: Sunday, October 9, 2022 @ 14:53:37 Author: felixonmars Revision: 1324541
upgpkg: haskell-simple-get-opt 0.5-1: rebuild with simple-get-opt 0.5 Modified: haskell-simple-get-opt/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-09 14:52:18 UTC (rev 1324540) +++ PKGBUILD 2022-10-09 14:53:37 UTC (rev 1324541) @@ -2,8 +2,8 @@ _hkgname=simple-get-opt pkgname=haskell-simple-get-opt -pkgver=0.4 -pkgrel=3 +pkgver=0.5 +pkgrel=1 pkgdesc="A simple library for processing command-line options." url="https://github.com/yav/simple-get-opt.git" license=("BSD") @@ -11,13 +11,13 @@ depends=('ghc-libs') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('33f28a179224f705fb963e51b1dd23da6ad98c7139708001b706bb28447c2577') +sha256sums=('61354bfe3ed8eb6f577bbe6794318a2916da297215115fc6763a24c35d71f956') build() { 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'
