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

Felix Yan felixonmars at archlinux.org
Wed Feb 8 15:47:15 UTC 2017


    Date: Wednesday, February 8, 2017 @ 15:47:15
  Author: felixonmars
Revision: 211266

upgpkg: haskell-path 0.5.12-1

rebuild with path,0.5.12

Modified:
  haskell-path/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-08 15:44:14 UTC (rev 211265)
+++ PKGBUILD	2017-02-08 15:47:15 UTC (rev 211266)
@@ -4,15 +4,15 @@
 
 _hkgname=path
 pkgname=haskell-path
-pkgver=0.5.11
-pkgrel=6
+pkgver=0.5.12
+pkgrel=1
 pkgdesc="Path"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-aeson" "haskell-exceptions")
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-exceptions" "haskell-hashable")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('bf0d9ea00271017893f59d5e136cb22116278220899609104d7906635286ac14')
+sha256sums=('52f0dae7e3d72d26fa62ff55de65b6697744dd0c5b96f48625cb00df1cf1055d')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list