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

Felix Yan felixonmars at gemini.archlinux.org
Tue Mar 22 19:05:26 UTC 2022


    Date: Tuesday, March 22, 2022 @ 19:05:25
  Author: felixonmars
Revision: 1170457

upgpkg: haskell-hakyll 4.15.1.1-1: rebuild with ipynb 0.2, pandoc 2.17, texmath 0.12.4

Modified:
  haskell-hakyll/trunk/PKGBUILD

----------+
 PKGBUILD |   29 ++++++++++++-----------------
 1 file changed, 12 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 19:02:24 UTC (rev 1170456)
+++ PKGBUILD	2022-03-22 19:05:25 UTC (rev 1170457)
@@ -4,29 +4,24 @@
 
 _hkgname=hakyll
 pkgname=haskell-hakyll
-pkgver=4.14.0.0
-pkgrel=267
+pkgver=4.15.1.1
+pkgrel=1
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-cryptonite'
-         'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 'haskell-http-conduit'
-         'haskell-http-types' 'haskell-lrucache' 'haskell-memory' 'haskell-network-uri'
-         'haskell-optparse-applicative' 'pandoc' 'haskell-random' 'haskell-regex-tdfa'
-         'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup' 'haskell-time-locale-compat'
-         'haskell-unordered-containers' 'haskell-vector' 'haskell-wai' 'haskell-wai-app-static'
-         'haskell-warp' 'haskell-yaml')
-makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-golden'
-             'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup'
+         'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 'haskell-hashable'
+         'haskell-http-conduit' 'haskell-http-types' 'haskell-lifted-async' 'haskell-lrucache'
+         'haskell-network-uri' 'haskell-optparse-applicative' 'pandoc' 'haskell-random'
+         'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup'
+         'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-vector' 'haskell-wai'
+         'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-hunit'
+             'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('5f3f7a952b085cf1a59a646c15e42f29c89d4ed0a5a96f55156d19b86340c2361da6c19ff7a70bde98122423e237dc7082bfcc84bc5e96ab9421fdaef84a8cce')
+sha512sums=('c0fee6bedfe19677484e41d2d0a098bf351c35a8b3adc7fe5de407a0686dd1d1108584b05525f70ce7cac94919b50c09be91706226bbc3f3e3d155cc9bc1eb34')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u cryptonite -u file-embed -u memory -u optparse-applicative -u pandoc -u tasty -u template-haskell $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list