[arch-commits] Commit in haskell-network/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Nov 30 20:03:43 UTC 2020
Date: Monday, November 30, 2020 @ 20:03:43
Author: felixonmars
Revision: 766673
upgpkg: haskell-network 3.1.2.1-1: rebuild with network 3.1.2.1
Modified:
haskell-network/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-30 19:53:16 UTC (rev 766672)
+++ PKGBUILD 2020-11-30 20:03:43 UTC (rev 766673)
@@ -3,8 +3,8 @@
_hkgname=network
pkgname=haskell-network
-pkgver=3.1.2.0
-pkgrel=47
+pkgver=3.1.2.1
+pkgrel=1
pkgdesc="Low-level networking interface"
url="https://hackage.haskell.org/package/${_hkgname}"
license=('BSD')
@@ -13,13 +13,8 @@
makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit' 'haskell-quickcheck'
'haskell-temporary')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('ccab6a31a5bfe5a30ad6d0e757d523d03eb7560c47bee0abd79205f2aaedab985bc6381df50fcdb8ffb48a081198891daa46e0ec6602a99bf5878c762b89c6b7')
+sha512sums=('7c9f1a2fd417b5c03d430226ff6641ada06ce5f2a6e0ea90e6d92880a59656d54f186819715f6a4a80bb2a5b1d6c7236b0aa5112d7901d5ef698cc28cc10ce44')
-prepare() {
- cd $_hkgname-$pkgver
- sed -i 's/8080/8003/' tests/Network/SocketSpec.hs
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list