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

Felix Yan felixonmars at archlinux.org
Wed Jul 1 17:04:00 UTC 2020


    Date: Wednesday, July 1, 2020 @ 17:03:56
  Author: felixonmars
Revision: 657353

upgpkg: haskell-hakyll 4.13.4.0-1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-01 17:02:02 UTC (rev 657352)
+++ PKGBUILD	2020-07-01 17:03:56 UTC (rev 657353)
@@ -3,8 +3,8 @@
 
 _hkgname=hakyll
 pkgname=haskell-hakyll
-pkgver=4.13.3.0
-pkgrel=90
+pkgver=4.13.4.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=('104b0ab5092d2f0b7017ff8beae2bbe2fdcbfe37fe9d2cf3165227856e2ab3e13d25f0b4827aab450b5ded447763044580a63a41762e3523f29eb1e647666918')
+sha512sums=('4ade6776cfee7a8293ba4a659cf8633c0e6641ee2c33db9cdddeaca996ff092d027ce4165e174d7acdeb8485904394d9a899351d9e3c065e4ce7cb5af61ee08a')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *2.1/<3/;s/< *1.3/<2/;s/< *0.0.12/<1/;s/< *0.27/<1/' $_hkgname.cabal
+    sed -i 's/< *2.1/<3/;s/< *0.0.12/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list