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

Felix Yan felixonmars at archlinux.org
Thu Sep 13 19:07:26 UTC 2018


    Date: Thursday, September 13, 2018 @ 19:07:25
  Author: felixonmars
Revision: 380619

upgpkg: haskell-hakyll 4.12.4.0-1

Modified:
  haskell-hakyll/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-13 19:01:28 UTC (rev 380618)
+++ PKGBUILD	2018-09-13 19:07:25 UTC (rev 380619)
@@ -3,8 +3,8 @@
 
 _hkgname=hakyll
 pkgname=haskell-hakyll
-pkgver=4.12.3.0
-pkgrel=118
+pkgver=4.12.4.0
+pkgrel=1
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll"
 license=("custom:BSD3")
@@ -19,13 +19,8 @@
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
              'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('287112e1cb7ac4c06f976ee77fe6b64605c96f04e78c366cffdc24d435f57d37c06543e180476a23bd5e7a42a54e4b30a08ad5e4a8aec5fd97052503691574fc')
+sha512sums=('45c167a59a44065e7252472ab1cf116a9ff7dabab6b7c35354716e9487fcd26ebc33f1b94a41a1558eadfd7bfa89047409818b868f5a8bce9111a83f5a42451e')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i -e 's/<.*0.9/<1/' -e 's/<.*0.0.11/<1/' $_hkgname.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list