Date: Friday, August 2, 2019 @ 10:21:04 Author: felixonmars Revision: 496982
upgpkg: haskell-persistent-sqlite 2.10.4-1 rebuild pass 1, specified --nocheck Modified: haskell-persistent-sqlite/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-02 10:20:52 UTC (rev 496981) +++ PKGBUILD 2019-08-02 10:21:04 UTC (rev 496982) @@ -3,24 +3,26 @@ _hkgname=persistent-sqlite pkgname=haskell-persistent-sqlite -pkgver=2.9.3 -pkgrel=46 +pkgver=2.10.4 +pkgrel=1 pkgdesc="Backend for the persistent library using sqlite3" url="https://www.yesodweb.com/book/persistent" license=("MIT") arch=('x86_64') depends=('ghc-libs' 'sqlite' 'haskell-aeson' 'haskell-conduit' 'haskell-microlens-th' - 'haskell-monad-logger' 'haskell-old-locale' 'haskell-persistent' 'haskell-resource-pool' - 'haskell-resourcet' 'haskell-unliftio-core' 'haskell-unordered-containers') -makedepends=('ghc' 'haskell-hspec' 'haskell-persistent-template' 'haskell-temporary') + 'haskell-monad-logger' 'haskell-persistent' 'haskell-resource-pool' 'haskell-resourcet' + 'haskell-unliftio-core' 'haskell-unordered-containers') +makedepends=('ghc' 'haskell-exceptions' 'haskell-fast-logger' 'haskell-hspec' 'haskell-hunit' + 'haskell-persistent-template' 'haskell-persistent' 'haskell-quickcheck' + 'haskell-system-fileio' 'haskell-system-filepath' 'haskell-temporary') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('0b31fecbe5486a94b2242f58e529165e646c0dd64d9f8283dd84c6cbde9c0b90f94a730f4443ecb128b9f21a2e94b34d47d12402c6b9d063b6e6eb928c2a46c1') +sha512sums=('dbedbd5f7b67c98206e20e610478a625bd3924f0585f23ab3d28419575cae9f418378ee67f3a197fb21922ce41bac3ce2bd29c70e732dce2bd7511fd559ec8a0') build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-build-sanity-exe -fsystemlib -fuse-pkgconfig runhaskell Setup build
