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

Felix Yan felixonmars at archlinux.org
Fri Sep 7 09:16:05 UTC 2018


    Date: Friday, September 7, 2018 @ 09:16:05
  Author: felixonmars
Revision: 378541

upgpkg: haskell-hasql 1.3.0.3-5

rebuild with text-builder 0.6.1.2

Modified:
  haskell-hasql/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-07 09:14:50 UTC (rev 378540)
+++ PKGBUILD	2018-09-07 09:16:05 UTC (rev 378541)
@@ -5,7 +5,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.3.0.3
-pkgrel=4
+pkgrel=5
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql"
 license=('MIT')
@@ -21,6 +21,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('fb951f3c7f09b7bc9ba62afc01c25dea7b839d3da21065bb4bba923a96ecd9b53074650084db846e00f3bb27de638e7dd776b081346919b4e92c5d1aac405336')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/<.*0.6/<1/' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list