[arch-commits] Commit in haskell-http-api-data/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Aug 30 06:44:50 UTC 2020
Date: Sunday, August 30, 2020 @ 06:44:50
Author: felixonmars
Revision: 692386
upgpkg: haskell-http-api-data 0.4.2-1: rebuild with http-api-data 0.4.2
Modified:
haskell-http-api-data/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-30 06:40:06 UTC (rev 692385)
+++ PKGBUILD 2020-08-30 06:44:50 UTC (rev 692386)
@@ -3,8 +3,8 @@
_hkgname=http-api-data
pkgname=haskell-http-api-data
-pkgver=0.4.1.1
-pkgrel=49
+pkgver=0.4.2
+pkgrel=1
pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query parameters."
url="https://github.com/fizruk/http-api-data"
license=("BSD")
@@ -15,11 +15,11 @@
makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-quickcheck'
'haskell-quickcheck-instances')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('9b768dc790999e42a82753b69f6ab48df90721468eaff79bf4b9a1eb08572dba3488908db4ad0a1afb3956513a16fcd663f005856e230748f665987766e10c59')
+sha512sums=('99cd347221900e30678d5ceaf9d156d06fc31a9e05bc66f0cf8c90156835f1883d369673098d2f6ca2b838de88c67e6659807e73a8539b1e4c351fcc15bb9e2a')
prepare() {
cd $_hkgname-$pkgver
- sed -i -e '/nats/d' -e 's/< *2.14/<3/;s/< *4.14/<5/' $_hkgname.cabal
+ sed -i -e '/nats/d' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list