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

Felix Yan felixonmars at archlinux.org
Wed Dec 21 03:24:36 UTC 2016


    Date: Wednesday, December 21, 2016 @ 03:24:35
  Author: felixonmars
Revision: 200544

upgpkg: haskell-memory 0.14-1

rebuild with memory-0.14

Modified:
  haskell-memory/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-21 03:18:04 UTC (rev 200543)
+++ PKGBUILD	2016-12-21 03:24:35 UTC (rev 200544)
@@ -4,15 +4,15 @@
 
 _hkgname=memory
 pkgname=haskell-memory
-pkgver=0.13
-pkgrel=2
+pkgver=0.14
+pkgrel=1
 pkgdesc="memory and related abstraction stuff"
 url="https://github.com/vincenthz/hs-memory"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('dc73602573eaed85b1887f07057151c7de63f559ef90a10297c363d9b120870a')
+depends=("ghc=8.0.1" "haskell-foundation")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('ca0248c9a889906a5a8fc95ce3c549b27abc3edb4d85d03893aef56934148e1d')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list