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

Felix Yan felixonmars at archlinux.org
Thu Jun 17 21:39:31 UTC 2021


    Date: Thursday, June 17, 2021 @ 21:39:31
  Author: felixonmars
Revision: 964799

upgpkg: haskell-postgresql-libpq 0.9.4.3-5: rebuild with ghc 9.0.1

Modified:
  haskell-postgresql-libpq/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-17 21:35:35 UTC (rev 964798)
+++ PKGBUILD	2021-06-17 21:39:31 UTC (rev 964799)
@@ -4,16 +4,21 @@
 _hkgname=postgresql-libpq
 pkgname=haskell-postgresql-libpq
 pkgver=0.9.4.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Low-level binding to libpq"
 url="https://github.com/phadej/postgresql-libpq"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' "postgresql-libs")
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('2a600ebc694fde0bd1bb9760113ce9c7dcbad1a447c46356b1174ee7a76e910955c265a2ace5e687eb36f11a57a4ec832178706fa878695cc848df3dc9833562')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u base $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list