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

Felix Yan felixonmars at archlinux.org
Wed Mar 24 14:06:12 UTC 2021


    Date: Wednesday, March 24, 2021 @ 14:06:11
  Author: felixonmars
Revision: 901588

upgpkg: haskell-hasql 1.4.4.3-2: rebuild with rebase 1.11, rerebase 1.11

Modified:
  haskell-hasql/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-24 14:02:21 UTC (rev 901587)
+++ PKGBUILD	2021-03-24 14:06:11 UTC (rev 901588)
@@ -4,7 +4,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.4.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql"
 license=('MIT')
@@ -17,11 +17,14 @@
              'haskell-quickcheck-instances' 'haskell-quickcheck' 'haskell-rebase'
              'haskell-rerebase')
 checkdepends=('postgresql' 'pifpaf')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('9c8c84c59c792d56a89347b9b64a935f2ccd3d71210c3b1f7d43985e5d3fc1d2c5fb22d60c8a6420e6ad0055e2b381f05b35e11fc9b1bcddfaa6cc078d6dd50e')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
+        https://github.com/nikita-volkov/hasql/commit/fb5b48c46abdb99fee516f3a79bdab53eaa019f0.patch)
+sha512sums=('9c8c84c59c792d56a89347b9b64a935f2ccd3d71210c3b1f7d43985e5d3fc1d2c5fb22d60c8a6420e6ad0055e2b381f05b35e11fc9b1bcddfaa6cc078d6dd50e'
+            '6cfdcdd8389a31658b637fdb4af7f8e702367abe0fac787ca560c897e8da4267ce2e4eeb8f463e035e37d5ff2c8d89371f08ee618e0fafc775562804ad1dd082')
 
 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



More information about the arch-commits mailing list