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

Felix Yan felixonmars at archlinux.org
Sun Dec 25 17:07:11 UTC 2016


    Date: Sunday, December 25, 2016 @ 17:07:10
  Author: felixonmars
Revision: 202024

upgpkg: haskell-charset 0.3.7.1-12

rebuild with unordered-containers-0.2.7.2

Modified:
  haskell-charset/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-25 17:06:55 UTC (rev 202023)
+++ PKGBUILD	2016-12-25 17:07:10 UTC (rev 202024)
@@ -5,13 +5,13 @@
 _hkgname=charset
 pkgname=haskell-charset
 pkgver=0.3.7.1
-pkgrel=11
+pkgrel=12
 pkgdesc="A compatibility layer for base"
 url="http://github.com/ekmett/charset"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-semigroups" "haskell-unordered-containers")
-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=('3d415d2883bd7bf0cc9f038e8323f19c71e07dd12a3c712f449ccb8b4daac0be')
 
 build() {



More information about the arch-commits mailing list