Date: Sunday, April 11, 2021 @ 23:02:17 Author: felixonmars Revision: 915811
upgpkg: haskell-hasql 1.4.5.1-1: rebuild with hasql 1.4.5.1 Modified: haskell-hasql/trunk/PKGBUILD ----------+ PKGBUILD | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-11 22:56:32 UTC (rev 915810) +++ PKGBUILD 2021-04-11 23:02:17 UTC (rev 915811) @@ -3,28 +3,24 @@ _hkgname=hasql pkgname=haskell-hasql -pkgver=1.4.5 -pkgrel=7 +pkgver=1.4.5.1 +pkgrel=1 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API" url="https://github.com/nikita-volkov/hasql" license=('MIT') arch=('x86_64') depends=('ghc-libs' 'haskell-attoparsec' 'haskell-bytestring-strict-builder' 'haskell-contravariant' - 'haskell-contravariant-extras' 'haskell-dlist' 'haskell-hashable' 'haskell-hashtables' - 'haskell-postgresql-binary' 'haskell-postgresql-libpq' 'haskell-profunctors' - 'haskell-text-builder' 'haskell-vector') -makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck' 'haskell-tasty-hunit' - 'haskell-quickcheck-instances' 'haskell-quickcheck' 'haskell-rebase' + 'haskell-dlist' 'haskell-hashable' 'haskell-hashtables' 'haskell-postgresql-binary' + 'haskell-postgresql-libpq' 'haskell-profunctors' 'haskell-text-builder' 'haskell-vector') +makedepends=('ghc' 'haskell-contravariant-extras' 'haskell-tasty' 'haskell-tasty-quickcheck' + 'haskell-tasty-hunit' 'haskell-quickcheck-instances' 'haskell-quickcheck' 'haskell-rerebase') checkdepends=('postgresql' 'pifpaf') -source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz" - https://github.com/nikita-volkov/hasql/commit/fb5b48c46abdb99fee516f3a79bdab53eaa019f0.patch) -sha512sums=('3ca2bae363720e3fa49b943a4d8070ac64c60cdec4c4d35bdc28783215d2d21b77655090fce2f71d557f9096ab5d5411f783024c1d48bc56e32e0bdd1408c144' - '6cfdcdd8389a31658b637fdb4af7f8e702367abe0fac787ca560c897e8da4267ce2e4eeb8f463e035e37d5ff2c8d89371f08ee618e0fafc775562804ad1dd082') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +sha512sums=('cca8683aad8a334e5d53c98241070f667ecd63bb7b40d00ed6a630b64f3815d7e7f41897b1ec2167eecad2dceabd66fbc92345917b16881e41da0692890be4de') prepare() { cd $_hkgname-$pkgver - patch -p1 -i ../fb5b48c46abdb99fee516f3a79bdab53eaa019f0.patch # Do not use default postgres port sed -i 's/5432/9824/' tasty/Main/*.hs threads-test/*.hs profiling/*.hs
