[arch-commits] Commit in haskell-unicode-data/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sat Dec 25 15:28:21 UTC 2021


    Date: Saturday, December 25, 2021 @ 15:28:21
  Author: felixonmars
Revision: 1083684

upgpkg: haskell-unicode-data 0.2.0-1: rebuild with unicode-data 0.2.0, unicode-transforms 0.4.0

Modified:
  haskell-unicode-data/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-25 15:10:31 UTC (rev 1083683)
+++ PKGBUILD	2021-12-25 15:28:21 UTC (rev 1083684)
@@ -2,16 +2,16 @@
 
 _hkgname=unicode-data
 pkgname=haskell-unicode-data
-pkgver=0.1.0.1
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
 pkgdesc="Access Unicode character database"
-url="http://github.com/composewell/unicode-data"
+url="https://github.com/composewell/unicode-data"
 license=("Apache")
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('ff098745045547c156a2e009c115b3acea4f2b6380e2229f18870a4dd75fbee7')
+sha256sums=('0004ff119697e5097ab7efd3d93997b917bd43d214c59bef2361cc44fc9fc1ee')
 
 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 --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
@@ -42,4 +42,4 @@
   runhaskell Setup copy --destdir="$pkgdir"
   install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
   rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}
\ No newline at end of file
+}



More information about the arch-commits mailing list