Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hakyll


Commits:
705cade2 by Felix Yan at 2024-10-08T21:08:48+03:00
upgpkg: 4.16.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
 pkgbase = haskell-hakyll
        pkgdesc = A static website compiler library
-       pkgver = 4.16.0.0
-       pkgrel = 196
+       pkgver = 4.16.1.0
+       pkgrel = 1
        url = https://jaspervdj.be/hakyll
        arch = x86_64
        license = BSD
        makedepends = ghc
-       makedepends = uusi
        makedepends = haskell-quickcheck
        makedepends = haskell-tasty
        makedepends = haskell-tasty-golden
@@ -22,7 +21,6 @@ pkgbase = haskell-hakyll
        depends = haskell-hashable
        depends = haskell-http-conduit
        depends = haskell-http-types
-       depends = haskell-lifted-async
        depends = haskell-lrucache
        depends = haskell-network-uri
        depends = haskell-optparse-applicative
@@ -39,9 +37,7 @@ pkgbase = haskell-hakyll
        depends = haskell-wai-app-static
        depends = haskell-warp
        depends = haskell-yaml
-       source = 
https://hackage.haskell.org/packages/archive/hakyll/4.16.0.0/hakyll-4.16.0.0.tar.gz
-       source = 
haskell-hakyll-pandoc-3.0.patch::https://github.com/jaspervdj/hakyll/commit/2ea5d682cfb7631bc00c9452e5fdc1c1c15900f8.patch
-       sha512sums = 
9d5631f6e1ea8c63409c9ca4646c350e05a0ede0254a34324fe2ba32b7a2c1ea7c3b7a0ea5faedad253ef69b7eb5fce06a77742f1e384e688b99cde985764af5
-       sha512sums = 
eacfeb136de91a27b8b9d47449dbfe2af5ea688f4d3cf6e739a16cddcf89c5da4272ca58ed1dab079ad627e9440acf58dec3f1d84eacb7121041c3c31e1aa699
+       source = 
https://hackage.haskell.org/packages/archive/hakyll/4.16.1.0/hakyll-4.16.1.0.tar.gz
+       sha512sums = 
21e02f40e9ef33ada4343136048d5d1507e99e07a90aa9e386d3f5c095d89985d2983f954d527f58ca74fc4eae68590120d447d65e014298e70f5cd215603aaa
 
 pkgname = haskell-hakyll


=====================================
PKGBUILD
=====================================
@@ -4,31 +4,23 @@
 
 _hkgname=hakyll
 pkgname=haskell-hakyll
-pkgver=4.16.0.0
-pkgrel=196
+pkgver=4.16.1.0
+pkgrel=1
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll";
 license=("BSD")
 arch=('x86_64')
 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' 'haskell-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')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";
-        
$pkgname-pandoc-3.0.patch::https://github.com/jaspervdj/hakyll/commit/2ea5d682cfb7631bc00c9452e5fdc1c1c15900f8.patch)
-sha512sums=('9d5631f6e1ea8c63409c9ca4646c350e05a0ede0254a34324fe2ba32b7a2c1ea7c3b7a0ea5faedad253ef69b7eb5fce06a77742f1e384e688b99cde985764af5'
-            
'eacfeb136de91a27b8b9d47449dbfe2af5ea688f4d3cf6e739a16cddcf89c5da4272ca58ed1dab079ad627e9440acf58dec3f1d84eacb7121041c3c31e1aa699')
-
-prepare() {
-    cd $_hkgname-$pkgver
-    patch -p1 -i ../$pkgname-pandoc-3.0.patch || : # ignore patch failures on 
cabal file
-    uusi -u aeson -u fsnotify -u optparse-applicative -u pandoc -u vector 
$_hkgname.cabal
-}
+         'haskell-http-conduit' 'haskell-http-types' 'haskell-lrucache' 
'haskell-network-uri'
+         'haskell-optparse-applicative' 'haskell-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=('21e02f40e9ef33ada4343136048d5d1507e99e07a90aa9e386d3f5c095d89985d2983f954d527f58ca74fc4eae68590120d447d65e014298e70f5cd215603aaa')
 
 build() {
     cd $_hkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hakyll/-/commit/705cade238d78639485016822ebccc215a458080

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hakyll/-/commit/705cade238d78639485016822ebccc215a458080
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to