[arch-commits] Commit in haskell-config-value/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 30 11:37:58 UTC 2021
Date: Thursday, December 30, 2021 @ 11:37:58
Author: felixonmars
Revision: 1088158
upgpkg: haskell-config-value 0.8.2-1: rebuild with config-value 0.8.2
Modified:
haskell-config-value/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-30 11:35:36 UTC (rev 1088157)
+++ PKGBUILD 2021-12-30 11:37:58 UTC (rev 1088158)
@@ -2,28 +2,23 @@
_hkgname=config-value
pkgname=haskell-config-value
-pkgver=0.8.1
-pkgrel=3
+pkgver=0.8.2
+pkgrel=1
pkgdesc="Simple, layout-based value language similar to YAML or JSON"
url="https://github.com/glguy/config-value"
license=("MIT")
arch=('x86_64')
depends=('ghc-libs')
-makedepends=('ghc' 'uusi' 'alex' 'happy')
+makedepends=('ghc' 'alex' 'happy')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('58f45c24dcb668360b773171bc4dafe702bc434981a76ef821e58ca302d8d220')
+sha256sums=('b3b17262f88d341f45dfd4a46512f45da2e5e7ad0b953896d98a4f5f4721def9')
-prepare() {
- cd $_hkgname-$pkgver
- uusi -u base $_hkgname.cabal
-}
-
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 \
- --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'
More information about the arch-commits
mailing list