[arch-commits] Commit in haskell-servant/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Dec 6 08:06:58 UTC 2018
Date: Thursday, December 6, 2018 @ 08:06:57
Author: felixonmars
Revision: 411633
upgpkg: haskell-servant 0.14.1-1
rebuild with servant 0.14.1, servant-server 0.14.1
Modified:
haskell-servant/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-06 08:06:32 UTC (rev 411632)
+++ PKGBUILD 2018-12-06 08:06:57 UTC (rev 411633)
@@ -3,11 +3,11 @@
_hkgname=servant
pkgname=haskell-servant
-pkgver=0.13.0.1
-pkgrel=53
+pkgver=0.14.1
+pkgrel=1
pkgdesc="A family of combinators for defining webservices APIs"
url="http://haskell-servant.readthedocs.org/"
-license=("custom:BSD3")
+license=("BSD")
arch=('x86_64')
depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 'haskell-attoparsec'
'haskell-case-insensitive' 'haskell-http-api-data' 'haskell-http-media'
@@ -17,11 +17,11 @@
makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-aeson-compat' 'haskell-hspec'
'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-doctest')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('3be9a97f2cc3d60cf3fc0f09aa3ee227f777dcb7e85e8579b1c169319f03dbb742fafa7dd1d4a1d20cdd04534cd327af3cbb04daf684ebdfc4e6e3a8c7b819d6')
+sha512sums=('a767a41c4682cfd3c52fca0c55862b9ce2d008fc388a44946621dbd67fa4d30b6f1d2c18642e410a58fadd2d26299bf67192a5def7f6d18afff18da284a44569')
prepare() {
cd $_hkgname-$pkgver
- sed -i -e 's/<.*0.16/<1/' -e 's/<.*1.4/<2/' -e 's/< *4.12/<5/' $_hkgname.cabal
+ sed -i 's/< *4.12/<5/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list