[arch-commits] Commit in haskell-store-core/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Dec 23 02:18:32 UTC 2016


    Date: Friday, December 23, 2016 @ 02:18:31
  Author: felixonmars
Revision: 201207

upgpkg: haskell-store-core 0.3-1

rebuild with store-0.3, store-core-0.3

Modified:
  haskell-store-core/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-23 02:17:43 UTC (rev 201206)
+++ PKGBUILD	2016-12-23 02:18:31 UTC (rev 201207)
@@ -3,7 +3,7 @@
 
 _hkgname=store-core
 pkgname=haskell-store-core
-pkgver=0.2.0.2
+pkgver=0.3
 pkgrel=1
 pkgdesc="Fast and lightweight binary serialization"
 url="https://github.com/fpco/store"
@@ -10,8 +10,8 @@
 license=('MIT')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'haskell-primitive' 'haskell-text')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('381b3138c9a663db5fdb61cb10f8ecf7')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('c7df283d67c2a92f6745634b6610711e')
 
 prepare() {
     sed -i '/fail/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
@@ -22,7 +22,8 @@
     
     runhaskell Setup configure -O --enable-library-profiling --enable-shared \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid
+        --libsubdir=\$compiler/site-local/\$pkgid \
+            -f-force-alignment
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list