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

Felix Yan felixonmars at archlinux.org
Sat Jan 26 09:00:58 UTC 2019


    Date: Saturday, January 26, 2019 @ 09:00:57
  Author: felixonmars
Revision: 427957

upgpkg: haskell-persistent 2.9.1-1

rebuild with persistent 2.9.1, persistent-sqlite 2.9.2

Modified:
  haskell-persistent/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-26 09:00:51 UTC (rev 427956)
+++ PKGBUILD	2019-01-26 09:00:57 UTC (rev 427957)
@@ -3,8 +3,8 @@
 
 _hkgname=persistent
 pkgname=haskell-persistent
-pkgver=2.8.2
-pkgrel=116
+pkgver=2.9.1
+pkgrel=1
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent"
 license=("MIT")
@@ -13,17 +13,12 @@
          '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-src-meta' 'haskell-tagged' 'haskell-unordered-containers' 'haskell-unliftio-core'
-         'haskell-vector' 'haskell-void')
+         'haskell-tagged' 'haskell-unordered-containers' 'haskell-unliftio-core' 'haskell-vector'
+         'haskell-void')
 makedepends=('ghc' 'haskell-hspec')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('238203dafac06ed43a599d0be1eb4c7931a41734facb02174dd02d3789ad3afe39f42bdb7907aeedd42caf2d63e483066b5f43315826563d2a67fd8c8e7f4936')
+sha512sums=('ef2b27f2d9ff682457163f7fb436a377705ad1b18188b481506f6a9b8c3624c8af767085f68f1020a296294c8881fee3aa41293dedcac4e2f730356b329541e2')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *0.4/<1/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list