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

Felix Yan felixonmars at archlinux.org
Mon Apr 17 08:54:43 UTC 2017


    Date: Monday, April 17, 2017 @ 08:54:42
  Author: felixonmars
Revision: 223384

upgpkg: haskell-semigroups 0.18.3-1

rebuild with semigroups,0.18.3

Modified:
  haskell-semigroups/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-17 08:54:21 UTC (rev 223383)
+++ PKGBUILD	2017-04-17 08:54:42 UTC (rev 223384)
@@ -4,15 +4,15 @@
 
 _hkgname=semigroups
 pkgname=haskell-semigroups
-pkgver=0.18.2
-pkgrel=3
+pkgver=0.18.3
+pkgrel=1
 pkgdesc="Anything that associates"
 url="http://github.com/ekmett/semigroups/"
 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=('5dc9ff8622af25412fb071098063da288cd408a844e67c3371b78daa86d5d0e4')
+depends=("ghc=8.0.1" 'haskell-transformers')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('7fb0d20feac6a00b2d4404526300140795429b7e79217b9212c62f210b2d45c7555c04ffa69124d530725669deb2de20c4fd0b02d470b416117f33e1e1ce0d5e')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list