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

Felix Yan felixonmars at archlinux.org
Fri May 17 18:21:21 UTC 2019


    Date: Friday, May 17, 2019 @ 18:21:20
  Author: felixonmars
Revision: 467771

upgpkg: haskell-connection 0.3.0-1

rebuild with connection 0.3.0, socks 0.6.0

Modified:
  haskell-connection/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-17 18:20:29 UTC (rev 467770)
+++ PKGBUILD	2019-05-17 18:21:20 UTC (rev 467771)
@@ -3,18 +3,18 @@
 
 _hkgname=connection
 pkgname=haskell-connection
-pkgver=0.2.8
-pkgrel=121
+pkgver=0.3.0
+pkgrel=1
 pkgdesc="Simple and easy network connections API"
 url="https://github.com/vincenthz/hs-connection"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-byteable" "haskell-data-default-class" "haskell-network" "haskell-socks"
+depends=('ghc-libs' "haskell-basement" "haskell-data-default-class" "haskell-network" "haskell-socks"
          "haskell-tls" "haskell-x509" "haskell-x509-store" "haskell-x509-system"
          "haskell-x509-validation")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('59202159d8d9233d1786c75470892da1a577d7a82a8bb8f5c75d52ade7be227c5619fd6fdebf7f60d4e240b31e3b791df266c97787e3fe7814da380147f9c9c5')
+sha512sums=('2f59f2cdb97c9f8815230dbade0b4b07ce7f7543cd71cd63fadad843dd1856870a6402021778f456e8f8d8263688afe365cc67ba3ee3b0ceb27809f682e1f50a')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list