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

Felix Yan felixonmars at archlinux.org
Thu Apr 16 13:28:16 UTC 2020


    Date: Thursday, April 16, 2020 @ 13:28:15
  Author: felixonmars
Revision: 615329

upgpkg: haskell-hakyll 4.13.3.0-1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-16 12:35:43 UTC (rev 615328)
+++ PKGBUILD	2020-04-16 13:28:15 UTC (rev 615329)
@@ -3,8 +3,8 @@
 
 _hkgname=hakyll
 pkgname=haskell-hakyll
-pkgver=4.13.2.0
-pkgrel=53
+pkgver=4.13.3.0
+pkgrel=1
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll"
 license=("BSD")
@@ -19,11 +19,11 @@
 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=('93dbf4fc35db6c2c65bd8c3d5d0cc2e78b30ea8e01dfd0a596aa2119a56efb7c6c3fab56c111d8c7cdb08ac3a48191e782035344d16c1a69fe263b93788ebc7b')
+sha512sums=('104b0ab5092d2f0b7017ff8beae2bbe2fdcbfe37fe9d2cf3165227856e2ab3e13d25f0b4827aab450b5ded447763044580a63a41762e3523f29eb1e647666918')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/< *0.17/<1/;s/< *3.3/<4/;s/< *2.14/<3/' $_hkgname.cabal
+    sed -i -e 's/< *2.14/<3/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list