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

Felix Yan felixonmars at archlinux.org
Thu Feb 9 04:29:36 UTC 2017


    Date: Thursday, February 9, 2017 @ 04:29:36
  Author: felixonmars
Revision: 211363

upgpkg: haskell-constraints 0.9-1

rebuild with constraints,0.9

Modified:
  haskell-constraints/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-09 04:25:43 UTC (rev 211362)
+++ PKGBUILD	2017-02-09 04:29:36 UTC (rev 211363)
@@ -4,15 +4,15 @@
 
 _hkgname=constraints
 pkgname=haskell-constraints
-pkgver=0.8
-pkgrel=2
+pkgver=0.9
+pkgrel=1
 pkgdesc="Constraint manipulation"
 url="http://github.com/ekmett/constraints/"
-license=("custom:BSD3")
+license=("custom:BSD2")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-hashable" "haskell-mtl" "haskell-transformers-compat")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('4cd08765345a151f21a0a4c5ef0a85661f4e53ffe807a623d5502d9ed3ae1588')
+sha256sums=('b7b4135ceacdd18d291bbd83277cc21bbb066d0e16ce35f879619f17c1c8d29d')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list