[arch-commits] Commit in haskell-safe/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon May 25 01:34:55 UTC 2020
Date: Monday, May 25, 2020 @ 01:34:53
Author: felixonmars
Revision: 633640
upgpkg: haskell-safe 0.3.19-1: rebuild with safe 0.3.19
Modified:
haskell-safe/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-24 23:12:46 UTC (rev 633639)
+++ PKGBUILD 2020-05-25 01:34:53 UTC (rev 633640)
@@ -3,8 +3,8 @@
_hkgname=safe
pkgname=haskell-safe
-pkgver=0.3.18
-pkgrel=5
+pkgver=0.3.19
+pkgrel=1
pkgdesc="Library of safe (exception free) functions"
url="https://github.com/ndmitchell/safe#readme"
license=("BSD")
@@ -12,7 +12,7 @@
depends=('ghc-libs')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('1721e78fae4af52f9de7c8fe65f918b845b17c346736052d21a61359f2df61c6013647bfa39cf9fe03ba0c123d6a63afc13bd8b6f16550fd6252b4108333b40b')
+sha512sums=('9e987a895f0f888338bb2b0088732a404246a28ce32d73808ed6aa3b6d909da884ec54d5fe71fd190e287f108be1800bef2865acfcfac3bf6873dfb7c679cfea')
build() {
cd $_hkgname-$pkgver
@@ -20,7 +20,7 @@
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
- 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
More information about the arch-commits
mailing list