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

Felix Yan felixonmars at archlinux.org
Mon Feb 15 22:57:01 UTC 2021


    Date: Monday, February 15, 2021 @ 22:57:01
  Author: felixonmars
Revision: 862169

upgpkg: haskell-persistent-sqlite 2.11.1.0-1: rebuild with persistent-sqlite 2.11.1.0

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-15 22:51:07 UTC (rev 862168)
+++ PKGBUILD	2021-02-15 22:57:01 UTC (rev 862169)
@@ -3,8 +3,8 @@
 
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
-pkgver=2.11.0.0
-pkgrel=67
+pkgver=2.11.1.0
+pkgrel=1
 pkgdesc="Backend for the persistent library using sqlite3"
 url="https://www.yesodweb.com/book/persistent"
 license=("MIT")
@@ -12,11 +12,11 @@
 depends=('ghc-libs' 'sqlite' 'haskell-aeson' 'haskell-conduit' 'haskell-microlens-th'
          'haskell-monad-logger' 'haskell-persistent' 'haskell-resource-pool' 'haskell-resourcet'
          'haskell-unliftio-core' 'haskell-unordered-containers')
-makedepends=('ghc' 'haskell-fast-logger' 'haskell-hspec' 'haskell-hunit'
+makedepends=('ghc' 'haskell-fast-logger' 'haskell-hspec' 'haskell-hunit' 'haskell-microlens'
              'haskell-persistent-template' 'haskell-persistent-test' 'haskell-quickcheck'
              'haskell-system-fileio' 'haskell-system-filepath' 'haskell-temporary')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('2a8ee1e58960e9430c72984430c1c55e5ccb901db02fbe57a8d1e4366ac228fe4f4419f3fb0f9019029a5abb0f7034c831f92045799dd1b905ec809c52f673b6')
+sha512sums=('215cf55c30e28bf70bac125dc2df175958a534f5a2714c091714a04e6af7cf1340948fae260241cbd03a3cce75e14067f37aaf177ef938b71e7048919e2a90e5')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list