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

Felix Yan felixonmars at archlinux.org
Tue Jan 24 03:43:40 UTC 2017


    Date: Tuesday, January 24, 2017 @ 03:43:39
  Author: felixonmars
Revision: 208706

upgpkg: haskell-streaming-commons 0.1.17-1

rebuild with streaming-commons,0.1.17

Modified:
  haskell-streaming-commons/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-24 03:00:17 UTC (rev 208705)
+++ PKGBUILD	2017-01-24 03:43:39 UTC (rev 208706)
@@ -4,8 +4,8 @@
 
 _hkgname=streaming-commons
 pkgname=haskell-streaming-commons
-pkgver=0.1.16
-pkgrel=3
+pkgver=0.1.17
+pkgrel=1
 pkgdesc="Common lower-level functions needed by various streaming data libraries"
 url="https://github.com/fpco/streaming-commons"
 license=("MIT")
@@ -12,8 +12,8 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-async" "haskell-blaze-builder" "haskell-network" "haskell-random"
          "haskell-stm" "haskell-text" "haskell-zlib")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('17fdf509823e72996265de9260eaf58e33350e746dea058a36392c843ea8106e')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('e50a38cb8b626ef2f031c195e22171ffce00e20cbe63e8c768887564a7f47da9')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list