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

Felix Yan felixonmars at archlinux.org
Wed Dec 21 05:33:27 UTC 2016


    Date: Wednesday, December 21, 2016 @ 05:33:26
  Author: felixonmars
Revision: 200610

upgpkg: haskell-postgresql-binary 0.9.1.1-4

rebuild with memory-0.14

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-21 05:27:44 UTC (rev 200609)
+++ PKGBUILD	2016-12-21 05:33:26 UTC (rev 200610)
@@ -5,7 +5,7 @@
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
 pkgver=0.9.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary"
 license=("MIT")
@@ -13,7 +13,7 @@
 depends=("ghc=8.0.1" "haskell-binary-parser" "haskell-aeson" "haskell-uuid" "haskell-scientific"
          "haskell-text" "haskell-vector" "haskell-loch-th" "haskell-placeholders" "haskell-foldl"
          "haskell-base-prelude")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('e9aeb3abc2e191ecde5f6112221fe0957364c72779dbcbe8eba6bc5c830ddac2')
 
 build() {



More information about the arch-commits mailing list