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

Felix Yan felixonmars at archlinux.org
Thu Dec 22 15:52:26 UTC 2016


    Date: Thursday, December 22, 2016 @ 15:52:25
  Author: felixonmars
Revision: 201080

upgpkg: haskell-persistent-sqlite 2.6-18

rebuild with aeson-1.0.2.1

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-22 15:47:52 UTC (rev 201079)
+++ PKGBUILD	2016-12-22 15:52:25 UTC (rev 201080)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.6
-pkgrel=17
+pkgrel=18
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent"
 license=("MIT")
@@ -13,7 +13,7 @@
 depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
          "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
          "haskell-resource-pool" "haskell-resourcet" "haskell-text")
-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=('628670f06cc533adb057649a253e9332aa2b3f69278af8fd32905e9bb00e0ffa')
 
 build() {



More information about the arch-commits mailing list