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

Felix Yan felixonmars at archlinux.org
Fri Aug 2 08:25:55 UTC 2019


    Date: Friday, August 2, 2019 @ 08:25:55
  Author: felixonmars
Revision: 496968

upgpkg: haskell-persistent 2.10.0-1

rebuild with persistent 2.10.0, persistent-sqlite 2.10.4, persistent-template 2.7.2

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-02 07:47:27 UTC (rev 496967)
+++ PKGBUILD	2019-08-02 08:25:55 UTC (rev 496968)
@@ -3,21 +3,20 @@
 
 _hkgname=persistent
 pkgname=haskell-persistent
-pkgver=2.9.2
-pkgrel=44
+pkgver=2.10.0
+pkgrel=1
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent"
 license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base64-bytestring'
-         'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-conduit' 'haskell-fast-logger'
-         'haskell-http-api-data' 'haskell-monad-logger' 'haskell-old-locale' 'haskell-path-pieces'
-         'haskell-resource-pool' 'haskell-resourcet' 'haskell-scientific' 'haskell-silently'
-         'haskell-tagged' 'haskell-unordered-containers' 'haskell-unliftio-core' 'haskell-vector'
-         'haskell-void')
+         'haskell-blaze-html' 'haskell-conduit' 'haskell-fast-logger' 'haskell-http-api-data'
+         'haskell-monad-logger' 'haskell-path-pieces' 'haskell-resource-pool' 'haskell-resourcet'
+         'haskell-scientific' 'haskell-silently' 'haskell-unordered-containers'
+         'haskell-unliftio-core' 'haskell-vector')
 makedepends=('ghc' 'haskell-hspec')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('02bff4213da5c95316344100a74bb1731abacb0751986e15041f2001d620daf0e1af86637ed9e544253197172f223f1c1e7e4fd20f000a612cc4c05903809de1')
+sha512sums=('4d997ec7734dafd5f1c431b4d529772176c326dcced76d9402073a5f1de9dce66036fc7d13e283486f55f199cbc368389feb4c032f02004624979ffffd4e9d33')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list