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

Felix Yan felixonmars at archlinux.org
Sun Dec 25 21:30:23 UTC 2016


    Date: Sunday, December 25, 2016 @ 21:30:22
  Author: felixonmars
Revision: 202380

upgpkg: haskell-trifecta 1.6.1-4

rebuild with unordered-containers-0.2.7.2

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-25 21:25:39 UTC (rev 202379)
+++ PKGBUILD	2016-12-25 21:30:22 UTC (rev 202380)
@@ -5,7 +5,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=1.6.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="http://github.com/ekmett/trifecta/"
 license=("custom:BSD3")
@@ -15,7 +15,7 @@
          "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" "haskell-parsers"
          "haskell-profunctors" "haskell-reducers" "haskell-semigroups" "haskell-unordered-containers"
          "haskell-utf8-string")
-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=('854c2892ffddfa5315206a1ff94b4814517933c496acf5b7ae09fdde72a28cf7')
 
 build() {



More information about the arch-commits mailing list